3.1.4.2.3.1 t:NonEmptyArrayOfUploadItemsType Complex Type

The NonEmptyArrayOfUploadItemsType complex type specifies the array of items to upload into a mailbox.

 <xs:complexType name="NonEmptyArrayOfUploadItemsType">
   <xs:sequence>
     <xs:element name="Item"
       type="t:UploadItemType"
       maxOccurs="unbounded"
       minOccurs="1"
      />
   </xs:sequence>
 </xs:complexType>

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

Element

Type

Description

Item

t:UploadItemType (section 3.1.4.2.3.5)

Specifies the array of items to upload in to a mailbox. At least one Item element MUST be present.