EwsMessageInfo Class
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9313)
Represents an Exchange message.
Syntax
public class EwsMessageInfo : EwsItemInfo
Inherited Members
Properties
| Name | Description |
|---|---|
| Attachments | Gets the list of attachments attached to the item. Inherited from EwsItemInfo. |
| Bcc | Gets the list of addresses of recipients that are not to be revealed to other recipients of the message. |
| Body | Gets the Body of the message. Null reference (Nothing in VB.NET) if the value is not known. |
| Categories | Gets the list of Categories of the item. Inherited from EwsItemInfo. |
| CC | Gets the list of addresses of others who are to receive the message. |
| CreatedDate | Gets the date and time value indicating when the item was created. DateTime.MinValue if the value is not known. Inherited from EwsItemInfo. |
| ExchangeClass | Gets the Exchange class of the item. E.g. 'IPF.Note', 'IPF.Contact', 'IPF.Appointment', etc. Inherited from EwsItemInfo. |
| Flag | Gets the Flag of the item. Inherited from EwsItemInfo. |
| From | Gets the list of authors of the message. |
| HasAttachments | Gets the value indicating whether the item has any attachment. Inherited from EwsItemInfo. |
| Headers | Gets the list of headers of this item, if the value is known. Inherited from EwsItemInfo. |
| IconType | Gets a value that represents the icon type of the message. |
| Id | Gets the ID of the item. Inherited from EwsItemInfo. |
| InReplyTo | Gets the list of Message-Id headers to which the item is a reply. Inherited from EwsItemInfo. |
| IsDraft | Gets the value indicating whether the item is Draft. Inherited from EwsItemInfo. |
| IsRead | Gets a value indicating whether the message is read. |
| ItemType | Gets the Type of the item. Inherited from EwsItemInfo. |
| LastModifiedDate | Gets the date and time value indicating when the item was last modified. DateTime.MinValue if the value is not known. Inherited from EwsItemInfo. |
| MessageId | Gets the Message-Id MIME header of the message. |
| MessageType | Gets the Type of the message. |
| Priority | Gets the Priority level of the item. Inherited from EwsItemInfo. |
| ReceivedDate | Gets the date and time value indicating when the item was received. DateTime.MinValue if the value is not known. Inherited from EwsItemInfo. |
| Sender | Gets the Sender of the message. |
| Sensitivity | Gets a value indicating sensitivity of the message. |
| SentDate | Gets the date and time value indicating when the item was sent. DateTime.MinValue if the value is not known. Inherited from EwsItemInfo. |
| Size | Gets the Size of the item reported by the server. Zero if the value is not known. Inherited from EwsItemInfo. |
| Subject | Gets the Subject of the item. Null reference (Nothing in VB.NET) if the value is not known. Inherited from EwsItemInfo. |
| TextBody | Gets the plain text body of the message. Null reference (Nothing in VB.NET) if the value is not known. |
| To | Gets the list of addresses of primary recipients of the message. |
Methods
| Name | Description |
|---|---|
| FromXml(String) | Parses provided XML into an instance of EwsItemInfo. Inherited from EwsItemInfo. |
| ToXml() | Gets the XML representation of the item. Inherited from EwsItemInfo. |