3.1.4.4.3.5 MailboxSearchScopeType
Namespace: http://schemas.microsoft.com/exchange/services/2006/types
The MailboxSearchScopeType complex type specifies a query and a set of mailboxes.
-
<xs:complexType name="MailboxSearchScopeType" 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="SearchScope" type="t:MailboxSearchLocationType"/> <xs:element minOccurs="0" maxOccurs="1" name="ExtendedAttributes" type="t:ArrayOfExtendedAttributesType"/> </xs:sequence> </xs:complexType>
Mailbox: An element of type string, as defined in [XMLSCHEMA2] section 3.2.1, that contains an identifier for the mailbox.
SearchScope: An element of type MailboxSearchLocationType, as defined in section 3.1.4.4.4.1, that represents the search scope.
ExtendedAttributes: For internal use only. <2>