EwsItemFields Enum
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
Defines sets of EWS item fields which are requested to be retrieved from the Exchange server when getting info about item(s).
Syntax
[Flags]
public enum EwsItemFields
Fields
Name | Description |
---|---|
AttachmentInfo | Request combination of Id and information about attachments. Valid for GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId) only. |
Body | Request combination of Id and Body. If the HTML body is available, it is returned using this value. Valid for GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId) only. |
Default | Request default set of fields. Note that the set of fields depends on the operation used (listing fills different fields than getting single info). |
Envelope | Request combination of Id, Size, ReceiveDate, From and Subject. |
Fast | Request combination of Id, Size and ReceiveDate. |
Full | Request all fields that are available for an item (MIME content is not included). Note that the set of fields depends on the operation used (listing fills different fields than getting single info). |
Id | Request Id field only. |
Info | Request combination of Id, Size, ReceiveDate, SentDate, Sender, From, To, CC, Bcc, Subject, Priority, Flag, Categories, IsRead, IsDraft, IconType, LastModifiedDate and attachments. Valid for GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId) only. |
TextBody | Request combination of Id and Body in plain text. Valid for GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId) only. |