Documentation

ConversationActionTypeType extends Enumeration
in package

Contains the action to perform on a conversation specified by a ConversationId.

Table of Contents

Constants

ALWAYS_CATEGORIZE  = 'AlwaysCategorize'
The current items and new items in the conversation will automatically be set with the categories identified by the Categories property.
ALWAYS_DELETE  = 'AlwaysDelete'
The current items and new items in the conversation will automatically be deleted.
ALWAYS_MOVE  = 'AlwaysMove'
The current items and new items in the conversation will automatically be moved to the folder identified by the DestinationFolderId property.
COPY  = 'Copy'
The current items in the conversation will be copied to the folder identified by the DestinationFolderId property.
DELETE  = 'Delete'
The current items in the conversation will be deleted.
MOVE  = 'Move'
The current items in the conversation will be moved to the folder identified by the DestinationFolderId property.
SET_READ_STATE  = 'SetReadState'
The current items in the conversation will have their read state set.

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

ALWAYS_CATEGORIZE

The current items and new items in the conversation will automatically be set with the categories identified by the Categories property.

public string ALWAYS_CATEGORIZE = 'AlwaysCategorize'
Tags
since

Exchange 2010 SP1

ALWAYS_DELETE

The current items and new items in the conversation will automatically be deleted.

public string ALWAYS_DELETE = 'AlwaysDelete'

The deletion mode is set by the DeleteType property.

Tags
since

Exchange 2010 SP1

ALWAYS_MOVE

The current items and new items in the conversation will automatically be moved to the folder identified by the DestinationFolderId property.

public string ALWAYS_MOVE = 'AlwaysMove'
Tags
since

Exchange 2010 SP1

COPY

The current items in the conversation will be copied to the folder identified by the DestinationFolderId property.

public string COPY = 'Copy'

Subsequent items in the conversation will not be copied.

Tags
since

Exchange 2010 SP1

DELETE

The current items in the conversation will be deleted.

public string DELETE = 'Delete'

Subsequent items in the conversation will not be deleted. The deletion mode is set by the DeleteType property.

Tags
since

Exchange 2010 SP1

MOVE

The current items in the conversation will be moved to the folder identified by the DestinationFolderId property.

public string MOVE = 'Move'

Subsequent items in the conversation will not be moved.

Tags
since

Exchange 2010 SP1

SET_READ_STATE

The current items in the conversation will have their read state set.

public string SET_READ_STATE = 'SetReadState'

The read state is set by the IsRead property.

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