3.1.4.4.3.10 SearchMailboxesResultType

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

The SearchMailboxesResultType complex type specifies the result from the SearchMailboxes operation specified in section 3.1.4.4.

 <xs:complexType name="SearchMailboxesResultType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" name="SearchQueries" type="t:NonEmptyArrayOfMailboxQueriesType"/>
     <xs:element minOccurs="1" name="ResultType" type="t:SearchResultType"/>
     <xs:element minOccurs="1" name="ItemCount" type="xs:long"/>
     <xs:element minOccurs="1" name="Size" type="xs:long"/>
     <xs:element minOccurs="1" name="PageItemCount" type="xs:int"/>
     <xs:element minOccurs="1" name="PageItemSize" type="xs:long"/>
     <xs:element minOccurs="0" name="KeywordStats" type="t:ArrayOfKeywordStatisticsSearchResultsType"/>
     <xs:element minOccurs="0" name="Items" type="t:ArrayOfSearchPreviewItemsType"/>
     <xs:element minOccurs="0" name="FailedMailboxes" type="t:ArrayOfFailedSearchMailboxesType"/>
     <xs:element minOccurs="0" name="Refiners" type="t:ArrayOfSearchRefinerItemsType"/>
     <xs:element minOccurs="0" name="MailboxStats" type="t:ArrayOfMailboxStatisticsItemsType"/>
   </xs:sequence>
 </xs:complexType>

SearchQueries: An element of type NonEmptyArrayOfMailboxQueriesType complex, as defined in section 3.1.4.4.3.2, that contains a list of mailboxes plus the query to be searched.

ResultType: An element of type SearchResultType, as defined in section 3.1.4.4.4.2, that contains the type of search, either statistics only or preview only.

ItemCount: An element of type long, as defined in [XMLSCHEMA2] section 3.3.16, that contains a value for the total number of items in a search result.

Size:  An element of type long that contains the total size of the search result.

PageItemCount:  An element of type int, as defined in [XMLSCHEMA2] section 3.3.17, that contains the number of pages returned in a search result pagination.

PageItemSize:  An element of type long that contains the number of items to return in a search result pagination.

KeywordStats: An element of type ArrayOfKeywordStatisticsSearchResultsType, as defined in section 3.1.4.4.3.11, that contains a list of one or more KeywordStat elements.

Items: An element of type ArrayOfSearchPreviewItemsType, as defined in section 3.1.4.4.3.13, that contains a list of items available for preview.

FailedMailboxes: An element of type ArrayOfFailedSearchMailboxesType, as defined in section 2.2.4.1, that contains a list of mailboxes that failed the search.

Refiners: An element of type ArrayOfSearchRefinerItemsType, as defined in section 3.1.4.4.3.16, that contains a list of one or more Refiner elements.

MailboxStats: An element of type ArrayOfMailboxStatisticsItemsType, as defined in section 3.1.4.4.3.18, that contains a list of one or more mailbox statistics.