Documentation

SearchParametersType extends Type
in package

Represents the parameters that define a search folder.

Table of Contents

Properties

$BaseFolderIds  : NonEmptyArrayOfBaseFolderIdsType
Represents the collection of folders that will be mined to determine the contents of a search folder.
$Restriction  : RestrictionType
Represents the restriction or query that is used to filter items or folders in FindItem/FindFolder and search folder operations.
$Traversal  : string
Describes how a search folder traverses the folder hierarchy.

Methods

__clone()  : mixed
Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

Properties

$BaseFolderIds

Represents the collection of folders that will be mined to determine the contents of a search folder.

public NonEmptyArrayOfBaseFolderIdsType $BaseFolderIds
Tags
since

Exchange 2007

$Restriction

Represents the restriction or query that is used to filter items or folders in FindItem/FindFolder and search folder operations.

public RestrictionType $Restriction
Tags
since

Exchange 2007

$Traversal

Describes how a search folder traverses the folder hierarchy.

public string $Traversal
Tags
since

Exchange 2007

see
SearchFolderTraversalType

Methods

__clone()

Clones any object properties on a type object when it is cloned. Allows for a deep clone required when using object to represent data types when making a SOAP call.

public __clone() : mixed

        
On this page

Search results