| EwsItem Properties |
The EwsItem type exposes the following members.
| 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.
|