EwsItem Class |
Namespace: MailBee.EwsMail
The EwsItem type exposes the following members.
Name | Description | |
---|---|---|
![]() | EwsItem(ItemId) |
Creates a new EwsItem from the specified ID.
|
![]() | EwsItem(String) |
Creates a new EwsItem from the specified unique ID.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
![]() | Bcc |
Gets a reference to the collection of BCC e-mail addresses.
|
![]() | BodyHtmlText |
Gets the HTML body text of the given message.
|
![]() | BodyPlainText |
Gets the plain-text body text of the given message.
|
![]() | Cc |
Gets a reference to the collection of CC e-mail addresses.
|
![]() | CodePage |
Codepage used to compose the message.
|
![]() | Date |
Gets the date and time when the message was composed.
|
![]() | DateReceived |
Gets the date and time when the message was received by the mail server.
|
![]() | DatesAsUtc |
Indicates if MailBee should return date and time according to UTC standard.
|
![]() | From |
Gets a reference to From e-mail address.
|
![]() | Id |
Gets the EWS item ID.
|
![]() | IsRead |
Gets or sets read/unread status of the mail message.
|
![]() | MailBeeMessage |
Gets a reference to MailBee's MailMessage object representing the mail message.
|
![]() | NativeItem |
Get a reference to EWS Managed API Item representing the given EWS item.
|
![]() | NativeMessage |
Gets a reference to EWS Managed API EmailMessage object representing the mail message.
|
![]() | ReplyTo |
Gets a reference to Reply-To e-mail address.
|
![]() | Size |
The size of the item in bytes.
|
![]() | Subject |
Get the subject of the given message.
|
![]() | To |
Gets a reference to the collection of To e-mail addresses.
|
![]() | UniqueId |
Gets the Unique-ID string.
|