3.1.4.4.4.1 MailboxSearchLocationType

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

The MailboxSearchLocationType simple type specifies the location to be searched.

 <xs:simpleType name="MailboxSearchLocationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:restriction base="xs:string">
     <xs:enumeration value="PrimaryOnly"/>
     <xs:enumeration value="ArchiveOnly"/>
     <xs:enumeration value="All"/>
   </xs:restriction>
 </xs:simpleType>

The following table specifies the allowable values for the MailboxSearchLocationType simple type.

Value

Meaning

PrimaryOnly

Search in primary mailbox only.

ArchiveOnly

Search in archive mailbox only.

All

Search in all mailboxes.