Documentation

DisposalType extends Enumeration
in package

Indicates how items are deleted.

Table of Contents

Constants

HARD_DELETE  = 'HardDelete'
Indicates that items are permanently removed from the database.
MOVE_TO_DELETED_ITEMS  = 'MoveToDeletedItems'
Indicates that items are moved to the Deleted Items folder.
SOFT_DELETE  = 'SoftDelete'
Indicates that items are moved to the dumpster if the dumpster is enabled.

Properties

$_  : string
Element value.

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.
__toString()  : string
Returns the value of this enumeration as a string.

Constants

HARD_DELETE

Indicates that items are permanently removed from the database.

public string HARD_DELETE = 'HardDelete'
Tags
since

Exchange 2010 SP1

MOVE_TO_DELETED_ITEMS

Indicates that items are moved to the Deleted Items folder.

public string MOVE_TO_DELETED_ITEMS = 'MoveToDeletedItems'
Tags
since

Exchange 2010 SP1

SOFT_DELETE

Indicates that items are moved to the dumpster if the dumpster is enabled.

public string SOFT_DELETE = 'SoftDelete'
Tags
since

Exchange 2010 SP1

Properties

$_

Element value.

public string $_
Tags
deprecated
1.0.0

This property will be removed in a future release and should not be used. Instead, you should reference the constants implemented in the class directly.

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

__toString()

Returns the value of this enumeration as a string.

public __toString() : string

.

Tags
suppress

PhanDeprecatedProperty

Return values
string

        
On this page

Search results