3.1.4.2.3.2 ArrayOfItemClassType
The ArrayOfItemClassType complex type specifies an array of unique item classes.
-
<xs:complexType name="ArrayOfItemClassType"> <xs:choice minOccurs="0" maxOccurs="unbounded" > <xs:element name="ItemClass" type="t:ItemClassType" /> </xs:choice> </xs:complexType>
The following table lists the child element of the ArrayOfConversationsType complex type.
Element |
Type |
Description |
---|---|---|
ItemClass |
t:ItemClassType ([MS-OXWSCORE] section 2.2.5.4) |
Specifies a unique item class. |