3.1.4.1.3.5 NonIndexableItemDetailResultType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The NonIndexableItemDetailResultType complex type specifies the results of the GetNonIndexableItemDetails WSDL operation.
-
<xs:complexType name="NonIndexableItemDetailResultType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="0" name="Items" type="t:ArrayOfNonIndexableItemDetailsType"/> <xs:element minOccurs="0" name="FailedMailboxes" type="t:ArrayOfFailedSearchMailboxesType"/> </xs:sequence> </xs:complexType>
Items: An element of type ArrayOfNonIndexableItemDetailsType, as defined in section 3.1.4.1.3.3, that contains an array of details for items that could not be indexed.
FailedMailboxes: An element of type ArrayOfFailedSearchMailboxesType, as defined in [MS-OXWSEDISC] section 2.2.4.1, that contains an array of mailboxes that failed the search.