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
$FolderIds
Contains an array of folder identifiers that are used to identify folders to delete.
public
NonEmptyArrayOfBaseFolderIdsType
$FolderIds
Tags
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