3.1.4.1.3.6 t:AlternatePublicFolderIdType Complex Type

The AlternatePublicFolderIdType complex type specifies the information that is provided with a returned public folder item identifier. The AlternatePublicFolderIdType complex type extends the AlternateIdBaseType complex type, as specified in section 3.1.4.1.3.4.

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

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

Attribute name

Type

Description

FolderId

xs:string [XMLSCHEMA2]

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