Skip to main content

Class EMailAttachment

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailAttachment. Information about an attachment

Inheritance

objectCarrierEMailAttachment

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

EMailAttachment()

Default constructor - defaults any enum props to 0.

Properties

Description

Name/description

Property Value

string

Disposition

Content-Disposition

Property Value

string

Encoding

Content-Transfer-Encoding

Property Value

string

Filename

Filename

Property Value

string

Id

Content-ID

Property Value

string

IsSafeFileExtension

If the user should be allowed to download and perform other actions on the attachment.

Property Value

bool

Size

Size of attachment

Property Value

int

Stream

Binary stream for outgoing attachments. This property will not be populated for existing e-mail items.

Property Value

byte[]

Type

Attachment Content-Type

Property Value

string

See Also

EMailAgent