IdFormat Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |