3.1.4.2.3.3 CustomSearchScopeType Complex Type

The CustomSearchScopeType complex type represents a specification for the location of a search in a mailbox that might not be the user’s primary mailbox.

   <xs:complexType name="CustomSearchScopeType">
     <xs:sequence>
       <xs:element name="MailboxGuid" type="t:GuidType"/>
       <xs:element name="FolderScope" type="t:SearchFolderScopeType" />
       <xs:element name="IsDeepTraversal" type="xs:boolean"/>
     </xs:sequence>
   </xs:complexType>

The following table lists the elements of the CustomSearchScopeType complex type.

Element name

Type

Description

MailboxGuid

t:GuidType ([MS-OXWSXPROP] section 2.1.7)

Specifies the mailbox to be searched.

FolderScope

t:SearchFolderScopeType (section 3.1.4.2.3.11)

Specifies the folder to be searched.

IsDeepTraversal

xs:boolean ([XMLSCHEMA2/2])

Specifies whether the search is to descend into subfolders.