Skip to main content

Class EMailFolder

Namespace: SuperOffice.WebApi.Data
Assembly: SuperOffice.WebApi.dll
Carrier object for EMailFolder. Properties for a mail folder

Inheritance

objectCarrierEMailFolder

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

EMailFolder()

Default constructor - defaults any enum props to 0.

Properties

Delimiter

The character which is used to delimit folder levels on the server

Property Value

string

EmailFolderId

Primary key

Property Value

int

Flags

Flags associated with the folder

Property Value

string

Name

Name of folder

Property Value

string

Subscribed

Indicates if the folder is subscribed to

Property Value

bool

TotalItems

Total number of messages in the folder

Property Value

int

UnreadItems

Number of unread messages in the folder

Property Value

int

See Also

EMailAgent