3.1.4.2.3.11 SearchFolderScopeType Complex Type

The SearchFolderScopeType complex type represents the details of a specification for the location of a folder-based search.

   <xs:complexType name="SearchFolderScopeType">
     <xs:choice>
       <xs:element name="FolderId" type="t:FolderIdType"/>
       <xs:element name="WellKnownFolder" type="t:DistinguishedFolderIdType"/>
     </xs:choice>
   </xs:complexType>

The following table lists the child elements of the SearchFolderScopeType complex type.

Element name

Type

Description

FolderId

t:FolderIdType ([MS-OXWSCDATA] section 2.2.4.35)

Uniquely identifies the folder within the mailbox.

WellKnownFolder

t:DistinguishedFolderIdType ([MS-OXWSCDATA] section 2.2.4.27)

Identifies a "well known" folder (for example, Inbox) within the mailbox.