Defines sets of EWS item fields which are requested to be retrieved from the Exchange server when getting info about item(s).

Namespace:  Rebex.Net
Assembly:  Rebex.Ews (in Rebex.Ews.dll)

Syntax

Visual Basic
<FlagsAttribute> _
Public Enumeration EwsItemFields
C#
[FlagsAttribute]
public enum EwsItemFields

Members

Member nameDescription
Supported by the .NET Compact FrameworkId
Request Id field only.
Supported by the .NET Compact FrameworkDefault
Request default set of fields. Note that the set of fields depends on the operation used (listing fills different fields than getting single info).
Supported by the .NET Compact FrameworkFast
Request combination of Id, Size and ReceiveDate.
Supported by the .NET Compact FrameworkEnvelope
Request combination of Id, Size, ReceiveDate, From and Subject.
Supported by the .NET Compact FrameworkBody
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.
Supported by the .NET Compact FrameworkAttachmentInfo
Request combination of Id and information about attachments. Valid for GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId) only.
Supported by the .NET Compact FrameworkTextBody
Request combination of Id and Body in plain text. Valid for GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId) only.
Supported by the .NET Compact FrameworkInfo
Request combination of Id, Size, ReceiveDate, SentDate, Sender, From, To, CC, Bcc, Subject, Priority, Flag, Categories, IsRead, IsDraft and attachments. Valid for GetItemInfo(EwsItemId) and GetMessageInfo(EwsItemId) only.
Supported by the .NET Compact FrameworkFull
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).

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also