3.1.4.1.3.4 t:NonEmptyArrayOfItemIdsType Complex Type
The NonEmptyArrayOfItemIdsType complex type specifies the array of items to export from a mailbox.
-
<xs:complexType name="NonEmptyArrayOfItemIdsType"> <xs:sequence> <xs:element name="ItemId" type="t:ItemIdType" maxOccurs="unbounded" minOccurs="1" /> </xs:sequence> </xs:complexType>
The following table lists the child elements of the ExportItemsType complex type.
Element |
Type |
Description |
---|---|---|
ItemId |
t:ItemIdType ([MS-OXWSCORE] section 2.2.4.25) |
Specifies the item identifier of an item to export from a mailbox. At least one ItemId element MUST be present. If the ChangeKey attribute of the ItemIdType complex type is present, its value MUST be either valid or NULL. |