2.2.4.4 ArrayOfFolderIdType

Namespace: http://schemas.microsoft.com/exchange/services/2006/types

The ArrayOfFolderIdType complex type specifies an array of FolderId elements.

 <xs:complexType name="ArrayOfFolderIdType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:choice minOccurs="0" maxOccurs="unbounded">
     <xs:element name="FolderId" type="t:FolderIdType"/>
   </xs:choice>
 </xs:complexType>

FolderId: An element of type FolderIdType, as defined in [MS-OXWSCDATA] section 2.2.4.35, that represents the identifier of a folder.