Documentation

EmptyFolderType extends BaseRequestType
in package

Defines a request to empty a folder in a mailbox in the Exchange store.

Optionally, subfolders can also be deleted when the folder is emptied.

Table of Contents

Properties

$DeleteSubFolders  : bool
Specifies whether subfolders are to be deleted.
$DeleteType  : string
Specifies how a folder is emptied.
$FolderIds  : NonEmptyArrayOfBaseFolderIdsType
Array of folder identifiers that are used to identify folders to delete.

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

$DeleteSubFolders

Specifies whether subfolders are to be deleted.

public bool $DeleteSubFolders

This attribute is required.

Tags
since

Exchange 2010

$DeleteType

Specifies how a folder is emptied.

public string $DeleteType

This attribute is required.

Tags
since

Exchange 2010

see
DisposalType

$FolderIds

Array of folder identifiers that are used to identify folders to delete.

public NonEmptyArrayOfBaseFolderIdsType $FolderIds
Tags
since

Exchange 2010

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