3.1.4.2.3.4 NonIndexableItemStatisticType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The NonIndexableItemStatisticType complex type specifies a statistic for an item that could not be indexed.
-
<xs:complexType name="NonIndexableItemStatisticType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="1" name="Mailbox" type="xs:string"/> <xs:element minOccurs="1" maxOccurs="1" name="ItemCount" type="xs:long"/> <xs:element minOccurs="0" maxOccurs="1" name="ErrorMessage" type="xs:string"/> </xs:sequence> </xs:complexType>
Mailbox: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that represents the mailbox on which indexing failed.
ItemCount: An element of type long, as defined in [XMLSCHEMA2] section 3.3.16, that represents the number of items that could not be indexed.
ErrorMessage: An element of type string that contains the error message.