IdFormat Enum

Definition

Defines the supported identifier formats for identifier conversion operations.

public enum class IdFormat
public enum IdFormat
Public Enum IdFormat
Inheritance
IdFormat

Fields

EntryId 2

The base64-encoded PR_ENTRYID property.

EwsId 1

The EWS identifier format that is used in Exchange 2007 Service Pack 1 (SP1) and later versions of Exchange Server.

EwsLegacyId 0

The Exchange Web Services (EWS) identifier format that is used in the initial release version of Exchange Server 2007.

HexEntryId 3

The hexadecimal representation of the PR_ENTRYID property.

OwaId 5

The Outlook Web App identifier format. This value applies to Exchange 2007 and Exchange 2010.

StoreId 4

The Exchange Store identifier format.

Applies to