3.1.4.6.3.3 t:NonEmptyArrayOfBaseFolderIdsType Complex Type

The NonEmptyArrayOfBaseFolderIdsType complex type specifies an array of one or more folder identifiers.

 <xs:complexType name="NonEmptyArrayOfBaseFolderIdsType">
   <xs:choice
     maxOccurs="unbounded"
     minOccurs="1"
   >
     <xs:element name="FolderId"
       type="t:FolderIdType"
      />
     <xs:element name="DistinguishedFolderId"
       type="t:DistinguishedFolderIdType"
      />
   </xs:choice>
 </xs:complexType>
  

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

Element name

Type

Description

FolderId

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

Specifies the folder identifier and change key. 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.