IdFormatType Enum

Definition

The IdFormatType enumeration specifies the source format of the Id to be converted or the format of the Id after conversion. This enumeration was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).

public enum class IdFormatType
public enum IdFormatType
Public Enum IdFormatType
Inheritance
IdFormatType

Fields

EntryId 2

Describes MAPI identifiers, as in the PR_ENTRYID property.

EwsId 1

Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1.

EwsLegacyId 0

Describes identifiers that are produced by Exchange Web Services in the initial release version of Exchange 2007.

HexEntryId 3

Describes a hexadecimal-encoded representation of the PR_ENTRYID property. This is the format of availability calendar event identifiers.

OwaId 5

Describes a Microsoft Office Outlook Web Access identifier.

StoreId 4

Describes Exchange store identifiers.

Remarks

This enumeration is used by the Format property of the AlternateIdBaseType object and by the DestinationFormat property of the ConvertIdType object.

Applies to