Skip to main content

Class AttachmentPreview

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for AttachmentPreview. Service attachment data intended for preview purposes

Inheritance

objectCarrierAttachmentPreview

Inherited Members

Carrier.TableRight, Carrier.FieldProperties, object.ToString(), object.Equals(object), object.Equals(object, object), object.ReferenceEquals(object, object), object.GetHashCode(), object.GetType(), object.MemberwiseClone()

Constructors

AttachmentPreview()

Default constructor - defaults any enum props to 0.

Properties

Content

Attachment data

Property Value

byte[]

EmailAttachmentsInfo

The attachments inside the attached RFC822 email. Empty array for non-RFC822 attachment

Property Value

AttachmentEntity[]

EmailCc

Cc field of the attached RFC822 email. Null for non-RFC822 attachment

Property Value

string

EmailDate

Date of the attached RFC822 email. Default DateTime value for non-RFC822 attachment

Property Value

DateTime

EmailFrom

From field of the attached RFC822 email. Null for non-RFC822 attachment

Property Value

string

EmailSubject

Subject of the attached RFC822 email. Null for non-RFC822 attachment

Property Value

string

EmailTo

To field of the attached RFC822 email. Null for non-RFC822 attachment

Property Value

string

MimeType

The mimetype of the attachment

Property Value

string

Name

Name of the attachment file

Property Value

string

Size

Size of the attachment in bytes

Property Value

int

See Also

TicketAgent