ConvertId
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2007 | Exchange Server 2007 SP1 | Exchange Server 2010 | Exchange Server 2013 | Office 365
The ConvertId element defines a request to convert item and folder identifiers between supported Exchange formats. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
<ConvertId DestinationFormat=""> <SourceIds/> </ConvertId>
ConvertIdType
The following sections describe attributes, child elements, and parent elements.
Attributes
|
Attribute |
Description |
|---|---|
|
DestinationFormat |
Describes the identifier format that will be returned for all the converted identifiers. The DestinationFormat is described by the IdFormatType. |
DestinationFormat Attribute
|
Value |
Description |
|---|---|
|
EwsLegacyId |
Represents the identifier format that is used for Exchange Web Services identifiers that are provided in the initial release version of Exchange 2007. |
|
EwsId |
Represents the identifier format that is used for Exchange Web Services identifiers starting with Exchange Server 2007 SP1. |
|
EntryId |
Represents the MAPI identifier, as in the PR_ENTRYID property. |
|
HexEntryId |
Represents the availability calendar event identifier. This is a hexadecimal-encoded representation of the PR_ENTRYID property. |
|
StoreId |
Represents the Exchange store identifier. |
|
OwaId |
Represents the Outlook Web Access identifier format. |
Child elements
|
Element |
Description |
|---|---|
|
Contains the source identifiers to convert. |
Parent elements
None.