3.1.4.1.3.7 t:AlternatePublicFolderItemIdType Complex Type

The AlternatePublicFolderItemIdType complex type specifies the information that is provided with a returned item that is located in a public folder. The AlternatePublicFolderItemIdType complex type extends the AlternatePublicFolderIdType complex type, as specified in section 3.1.4.1.3.6.

 <xs:complexType name="AlternatePublicFolderItemIdType">
   <xs:complexContent>
     <xs:extension
       base="t:AlternatePublicFolderIdType"
     >
       <xs:attribute name="ItemId"
         type="xs:string"
         use="required"
        />
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>
  

The following table lists the attributes of the AlternatePublicFolderItemIdType complex type.

Attribute name

Type

Description

ItemId

xs:string [XMLSCHEMA2]

Specifies the public folder item identifier to convert. The maximum length is 512 bytes after base64 decoding.