Skip to main content

Class EMailEnvelope

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailEnvelope. Limited information about one e-mail.

Inheritance

objectCarrierEMailEnvelope

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

EMailEnvelope()

Default constructor - defaults any enum props to 0.

Properties

EMailSOInfo

Glue between SuperOffice data and an e-mail.

Property Value

EMailSOInfo

Flags

Flag status of this mail (unread, replied, deleted ) NULL if unknown enum value.

Property Value

EMailFlags?

See Also

EMailEnvelope.Flags_String

Flags_String

Flag status of this mail (unread, replied, deleted ) Raw string enum value.

Property Value

string

See Also

EMailEnvelope.Flags

From

Who did the e-mail originate from

Property Value

EMailAddress

MessageId

Unique id of e-mails

Property Value

string

Priority

Importance of the e-mail NULL if unknown enum value.

Property Value

EMailPriority?

See Also

EMailEnvelope.Priority_String

Priority_String

Importance of the e-mail Raw string enum value.

Property Value

string

See Also

EMailEnvelope.Priority

Sent

When was the e-mail sent

Property Value

DateTime

ServerId

Unique id for the e-mail on the server

Property Value

int

ServerIdentifier

Unique string id for the e-mail on the server (Graph API

Property Value

string

Size

Total size of the e-mail

Property Value

int

Subject

Subject of the e-mail

Property Value

string

To

To recipients of e-mail

Property Value

EMailAddress[]

See Also

EMailAgent