Documentation

FindFolderType extends BaseRequestType
in package

Defines a request to find folders in a mailbox.

Table of Contents

Properties

$FolderShape  : FolderResponseShapeType
Identifies the folder properties to include in a FindFolder response.
$FractionalPageFolderView  : FractionalPageViewType
Describes where the paged view starts and the maximum number of folders returned in a FindFolder request.
$IndexedPageFolderView  : IndexedPageViewType
Describes how paged item information is returned in a FindFolder response.
$ParentFolderIds  : NonEmptyArrayOfBaseFolderIdsType
Identifies folders for the FindFolder operation to search.
$Restriction  : RestrictionType
Defines a restriction or query that is used to filter folders in a FindFolder operation.
$Traversal  : string
Defines how a search is performed.

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

$FolderShape

Identifies the folder properties to include in a FindFolder response.

public FolderResponseShapeType $FolderShape
Tags
since

Exchange 2007

$FractionalPageFolderView

Describes where the paged view starts and the maximum number of folders returned in a FindFolder request.

public FractionalPageViewType $FractionalPageFolderView

This element is optional.

Tags
since

Exchange 2007

$IndexedPageFolderView

Describes how paged item information is returned in a FindFolder response.

public IndexedPageViewType $IndexedPageFolderView

This element is optional.

Tags
since

Exchange 2007

$ParentFolderIds

Identifies folders for the FindFolder operation to search.

public NonEmptyArrayOfBaseFolderIdsType $ParentFolderIds
Tags
since

Exchange 2007

$Restriction

Defines a restriction or query that is used to filter folders in a FindFolder operation.

public RestrictionType $Restriction

This element is optional.

Tags
since

Exchange 2007

$Traversal

Defines how a search is performed.

public string $Traversal

This attribute is required.

Tags
since

Exchange 2007

see
FolderQueryTraversalType

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