ConversationActionType
extends Type
in package
Represents a single action to be applied to a single conversation.
Table of Contents
Properties
- $Action : string
- Contains the action to perform on the conversation specified by the ConversationId element.
- $Categories : ArrayOfStringsType
- Contains a collection of strings that identify the categories to which items in a conversation belong.
- $ContextFolderId : TargetFolderIdType
- Indicates the folder that is targeted for actions that use folders.
- $ConversationId : ItemIdType
- Contains the identifier of the conversation that will have the action specified by the Action element applied to items in the conversation.
- $ConversationLastSyncTime : string
- Contains the date and time that a conversation was last synchronized.
- $DeleteType : string
- Indicates how items in a conversation are deleted.
- $DestinationFolderId : TargetFolderIdType
- Indicates the destination folder for copy and move actions.
- $EnableAlwaysDelete : bool
- Specifies a flag that enables deletion for all new items in a conversation.
- $IsRead : bool
- Indicates whether a message has been read.
- $ProcessRightAway : bool
- Indicates whether the response is sent as soon as the action starts processing on the server or whether the response is sent after the action has completed.
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
$Action
Contains the action to perform on the conversation specified by the ConversationId element.
public
string
$Action
This element must be present.
Tags
$Categories
Contains a collection of strings that identify the categories to which items in a conversation belong.
public
ArrayOfStringsType
$Categories
Tags
$ContextFolderId
Indicates the folder that is targeted for actions that use folders.
public
TargetFolderIdType
$ContextFolderId
This element must be present when copying, deleting, moving, and setting read state on conversation items in a target folder.
Tags
$ConversationId
Contains the identifier of the conversation that will have the action specified by the Action element applied to items in the conversation.
public
ItemIdType
$ConversationId
This element must be present.
Tags
$ConversationLastSyncTime
Contains the date and time that a conversation was last synchronized.
public
string
$ConversationLastSyncTime
This element must be present when trying to delete all items in a conversation that were received up to the specified time.
Tags
$DeleteType
Indicates how items in a conversation are deleted.
public
string
$DeleteType
Tags
$DestinationFolderId
Indicates the destination folder for copy and move actions.
public
TargetFolderIdType
$DestinationFolderId
Tags
$EnableAlwaysDelete
Specifies a flag that enables deletion for all new items in a conversation.
public
bool
$EnableAlwaysDelete
Tags
$IsRead
Indicates whether a message has been read.
public
bool
$IsRead
Tags
$ProcessRightAway
Indicates whether the response is sent as soon as the action starts processing on the server or whether the response is sent after the action has completed.
public
bool
$ProcessRightAway
This element must be present for the response to be sent asynchronous to the requested action.
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