Edit

Share via


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

Name Value Description
EwsLegacyId 0

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

EwsId 1

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

EntryId 2

The base64-encoded PR_ENTRYID property.

HexEntryId 3

The hexadecimal representation of the PR_ENTRYID property.

StoreId 4

The Exchange Store identifier format.

OwaId 5

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

Applies to