ConvertId
Last modified: March 16, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
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
Attributes and Elements
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.
Remarks
The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/messages |
Schema Name |
messages schema |
Validation File |
Messages.xsd |
Can be Empty |
False |
See Also