2.2.4.16 t:TargetFolderIdType

The TargetFolderIdType complex type specifies a target folder for operations that create, save, copy, move, or synchronize items or folders.

 <xs:complexType name="TargetFolderIdType">
   <xs:choice>
     <xs:element name="FolderId" type="t:FolderIdType"/>
     <xs:element name="DistinguishedFolderId" type="t:DistinguishedFolderIdType"/>
     <xs:element name="AddressListId" type="t:AddressListIdType"/>
     <xs:element name="ConsumerCalendarId" type="t:ConsumerCalendarIdType"/>
   </xs:choice>
 </xs:complexType>
  

The following table lists the child elements of the TargetFolderIdType complex type.

Element name

Type

Description

FolderId

t:FolderIdType ([MS-OXWSCDATA] section 2.2.4.35)

Specifies a folder identifier. The maximum length for the FolderIdType element Id attribute and the maximum length for the FolerIdType ChangeKey attribute is 512 bytes after base64 decoding.

DistinguishedFolderId

t:DistinguishedFolderIdType ([MS-OXWSCDATA] section 2.2.4.27)

Specifies a distinguished folder identifier.

AddressListId

t:AddressListIdType (section 2.2.4.1)

Specifies the identifier of an address list.

ConsumerCalendarId

t:ConsumerCalendarIdType (section 2.2.4.8)

Specifies the identifier of a consumer calendar.<10>

This type is a container for either a FolderIdType complex type ([MS-OXWSCDATA] section 2.2.4.35) or DistinguishedFolderIdType complex type ([MS-OXWSCDATA] section 2.2.4.27).