SearchParameters

The SearchParameters element represents the parameters that define a search folder.

<SearchParameters Traversal="">
   <Restriction/>
   <BaseFolderIds/>
</SearchParameters>

SearchParametersType

Attributes and elements

The following sections describe attributes, child elements, and parent elements.

Attributes

Attribute Description
Traversal
Describes how a search folder traverses the folder hierarchy. The options are for either a Deep or a Shallow search.

Child elements

Element Description
Restriction
Represents the restriction or query that is used to filter items or folders in FindItem/FindFolder and search folder operations.
BaseFolderIds
Represents the collection of folders that will be mined to determine the contents of a search folder.

Parent elements

Element Description
SearchFolder
Represents a search folder that is contained in a mailbox.

Remarks

The schema that describes this element is located in the EWS virtual directory of the computer that is running Microsoft Exchange Server 2007 that has the Client Access server role installed.

Element information

Name Value
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also