IdFormatType Enumeration
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).
Namespace: ExchangeWebServices
Assembly: EWS (in EWS.dll)
Syntax
'Declaration
<SerializableAttribute> _
Public Enumeration IdFormatType
'Usage
Dim instance As IdFormatType
[SerializableAttribute]
public enum IdFormatType
Members
Member name | Description | |
---|---|---|
EwsLegacyId | Describes identifiers that are produced by Exchange Web Services in the initial release version of Exchange 2007. | |
EwsId | Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1. | |
EntryId | Describes MAPI identifiers, as in the PR_ENTRYID property. | |
HexEntryId | Describes a hexadecimal-encoded representation of the PR_ENTRYID property. This is the format of availability calendar event identifiers. | |
StoreId | Describes Exchange store identifiers. | |
OwaId | Describes a Microsoft Office Outlook Web Access identifier. |
Remarks
This enumeration is used by the Format property of the AlternateIdBaseType object and by the DestinationFormat property of the ConvertIdType object.