3.1.4.2.3.2 GetNonIndexableItemStatisticsResponseMessageType

Namespace: http://schemas.microsoft.com/exchange/services/2006/messages

The GetNonIndexableItemStatisticsResponseMessageType complex type specifies the response message for a GetNonIndexableItemStatistics WSDL operation. This type extends the ResponseMessageType complex type, as specified in [MS-OXWSCDATA] section 2.2.4.65.

 <xs:complexType name="GetNonIndexableItemStatisticsResponseMessageType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:complexContent mixed="false">
     <xs:extension base="tns:ResponseMessageType">
       <xs:sequence>
         <xs:element minOccurs="0" maxOccurs="1" name="NonIndexableItemStatistics" type="t:ArrayOfNonIndexableItemStatisticsType"/>
       </xs:sequence>
     </xs:extension>
   </xs:complexContent>
 </xs:complexType>

NonIndexableItemStatistics: An element of type ArrayOfNonIndexableItemStatisticsType, as defined in section 3.1.4.2.3.3, that represents an array of statistics for items that could not be indexed.