3.1.4.1.3.3 ArrayOfNonIndexableItemDetailsType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The ArrayOfNonIndexableItemDetailsType complex type specifies an array of NonIndexableItemDetailType complex types, as specified in section 3.1.4.1.3.4.
-
<xs:complexType name="ArrayOfNonIndexableItemDetailsType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" maxOccurs="unbounded" name="NonIndexableItemDetail" type="t:NonIndexableItemDetailType"/> </xs:sequence> </xs:complexType>
NonIndexableItemDetail: An element of type NonIndexableItemDetailType that represents a single detail for an item that could not be indexed.