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> _
<GeneratedCodeAttribute("wsdl", "2.0.50727.42")> _
<XmlTypeAttribute(Namespace:="https://schemas.microsoft.com/exchange/services/2006/types")> _
Public Enumeration IdFormatType
[SerializableAttribute] 
[GeneratedCodeAttribute("wsdl", "2.0.50727.42")] 
[XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum IdFormatType
[SerializableAttribute] 
[GeneratedCodeAttribute(L"wsdl", L"2.0.50727.42")] 
[XmlTypeAttribute(Namespace=L"https://schemas.microsoft.com/exchange/services/2006/types")] 
public enum class IdFormatType
/** @attribute SerializableAttribute() */ 
/** @attribute GeneratedCodeAttribute("wsdl", "2.0.50727.42") */ 
/** @attribute XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") */ 
public enum IdFormatType
SerializableAttribute 
GeneratedCodeAttribute("wsdl", "2.0.50727.42") 
XmlTypeAttribute(Namespace="https://schemas.microsoft.com/exchange/services/2006/types") 
public enum IdFormatType

Members

Member name Description
EntryId Describes MAPI identifiers, as in the PR_ENTRYID property.
EwsId Describes identifiers that are produced by Exchange Web Services starting with Exchange 2007 SP1.
EwsLegacyId Describes identifiers that are produced by Exchange Web Services in the initial release version of Exchange 2007.
HexEntryId Describes a hexadecimal-encoded representation of the PR_ENTRYID property. This is the format of availability calendar event identifiers.
OwaId Describes a Microsoft Office Outlook Web Access identifier.
StoreId 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.

Platforms

Development Platforms

Windows XP Professional with Service Pack 2 (SP2), Windows Server 2003,

Target Platforms

Windows 98, Windows 2000, Windows 2000 Server, Windows CE, Windows Longhorn, Windows 98 Second Edition, Pocket PC, Smart Phone, Windows Server 2003, Windows XP Professional with Service Pack 2 (SP2)

See Also