3.1.4.4.3.2 NonEmptyArrayOfMailboxQueriesType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The NonEmptyArrayOfMailboxQueriesType complex type specifies an array of mailbox queries.
-
<xs:complexType name="NonEmptyArrayOfMailboxQueriesType" xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:sequence> <xs:element minOccurs="1" maxOccurs="unbounded" name="MailboxQuery" type="t:MailboxQueryType"/> </xs:sequence> </xs:complexType>
MailboxQuery: An element of type MailboxQueryType, as defined in section 3.1.4.4.3.3, that represents a combination of a query and a list of search scopes.