AlternatePublicFolderItemId
Last modified: March 16, 2009
Applies to: Exchange Server 2007 | Exchange Server 2010
The AlternatePublicFolderItemId element describes a public folder item identifier to convert to another identifier format. This element was introduced in Microsoft Exchange Server 2007 Service Pack 1 (SP1).
ConvertId
SourceIds
AlternatePublicFolderItemId
<AlternatePublicFolderItemId FolderId="" Format="" ItemId=""/>
AlternatePublicFolderItemIdType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
---|---|
FolderId |
Identifies the public folder that contains the public folder item. This attribute is required. |
Format |
Identifies the format that describes the public folder item identifier to convert. This attribute is required. |
ItemId |
Identifier the public folder item to convert. This attribute is required. |
Format Attribute Values
Value |
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 an Outlook Web Access identifier. |
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
Contains the source identifiers to convert. This element was introduced in Exchange 2007 SP1. |
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/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
True |
See Also