Skip to main content

Class EMailEntity

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailEntity. All information about an e-mail

Inheritance

objectCarrierEMailEntity

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

EMailEntity()

Default constructor - defaults any enum props to 0.

Properties

AccountId

Account Id

Property Value

int

Attachments

Property Value

EMailAttachment[]

Bcc

Bcc recipient of e-mail

Property Value

EMailAddress[]

CalMethod

Method stored in the associated iCal appointment. Indicates if the iCal data is a reply, counter proposal etc. NULL if unknown enum value.

Property Value

CalMethod?

See Also

EMailEntity.CalMethod_String

CalMethod_String

Method stored in the associated iCal appointment. Indicates if the iCal data is a reply, counter proposal etc. Raw string enum value.

Property Value

string

See Also

EMailEntity.CalMethod

CalReplyStatus

Reply status stored in calendar data for the ical method is REPLY NULL if unknown enum value.

Property Value

CalReplyStatus?

See Also

EMailEntity.CalReplyStatus_String

CalReplyStatus_String

Reply status stored in calendar data for the ical method is REPLY Raw string enum value.

Property Value

string

See Also

EMailEntity.CalReplyStatus

Cc

Cc recipients of e-mail

Property Value

EMailAddress[]

CustomHeaderList

Non standard e-mail headers

Property Value

EMailCustomHeader[]

EMailSOInfo

Glue between SuperOffice data and an e-mail.

Property Value

EMailSOInfo

EmailItemId

Primary key

Property Value

int

Flags

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

Property Value

EMailFlags?

See Also

EMailEntity.Flags_String

Flags_String

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

Property Value

string

See Also

EMailEntity.Flags

FolderName

Name of folder the e-mail belongs in

Property Value

string

From

Who did the e-mail originate from

Property Value

EMailAddress

HTMLBody

Body formatted in HTML

Property Value

string

HasCalendarData

If this email contains exactly one iCal appointment

Property Value

bool

InReplyTo

The envelope of the email this email is a reply to, if it exists

Property Value

EMailEnvelope

IsSent

Is this a sent e-mail (not new)

Property Value

bool

MessageID

Unique id of e-mails

Property Value

string

PlainBody

Body formatted in plain text

Property Value

string

Priority

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

Property Value

EMailPriority?

See Also

EMailEntity.Priority_String

Priority_String

Importance of the e-mail Raw string enum value.

Property Value

string

See Also

EMailEntity.Priority

ReceivedAt

Received date time

Property Value

DateTime

RepliedAt

When this email was replied at

Property Value

DateTime

Sent

When was the e-mail sent

Property Value

DateTime

ServerId

Unique id for the e-mail on the server

Property Value

int

ServerIdentifier

Server identifier of this email item (GraphApi uses string Id’s)

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