Documentation

DeleteFolderType extends BaseRequestType
in package

Defines a request to delete folders from a mailbox in the Exchange store.

Table of Contents

Properties

$DeleteType  : string
Describes how a folder is deleted. This attribute is required.
$FolderIds  : NonEmptyArrayOfBaseFolderIdsType
Contains an 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

$DeleteType

Describes how a folder is deleted. This attribute is required.

public string $DeleteType
Tags
since

Exchange 2007

see
DisposalType

$FolderIds

Contains an array of folder identifiers that are used to identify folders to delete.

public NonEmptyArrayOfBaseFolderIdsType $FolderIds
Tags
since

Exchange 2007

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