3.1.4.4.3.3 MailboxQueryType

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

The MailboxQueryType complex type specifies the type of the mailbox query.

 <xs:complexType name="MailboxQueryType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element minOccurs="1" maxOccurs="1" name="Query" type="xs:string"/>
     <xs:element minOccurs="1" maxOccurs="1" name="MailboxSearchScopes" type="t:NonEmptyArrayOfMailboxSearchScopesType"/>
   </xs:sequence>
 </xs:complexType>

Query: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that identifies a search query.

MailboxSearchScopes: An element of type NonEmptyArrayOfMailboxSearchScopesType, as defined in section 3.1.4.4.3.4, that contains a list of one or more MailboxSearchScopeType complex types, as defined in section 3.1.4.4.3.5.