Table of Contents

Enum IdFormat

Namespace
Microsoft.Exchange.WebServices.Data
Assembly
Microsoft.Exchange.WebServices.dll

Defines supported Id formats in ConvertId operations.

public enum IdFormat

Fields

EntryId = 2

The base64-encoded PR_ENTRYID property.

EwsId = 1

The EWS Id format used in Exchange 2007 SP1 and above.

EwsLegacyId = 0

The EWS Id format used in Exchange 2007 RTM.

HexEntryId = 3

The hexadecimal representation of the PR_ENTRYID property.

OwaId = 5

The Outlook Web Access Id format.

StoreId = 4

The Store Id format.