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