Action (ConversationActionTypeType)
Last modified: October 13, 2012
Applies to: Exchange Online | Exchange Server 2013 | Office 365
The Action element contains the action to perform on the conversation specified by the ConversationId element.
ConversationActions
ConversationAction
Action (ConversationActionTypeType)
<Action> AlwaysCategorize | AlwaysDelete | AlwaysMove | Delete | Move | Copy | SetReadState </Action>
ConversationActionTypeType
The text value of the Action element indicates which action will be performed on a conversation. The following are the possible text values and the corresponding actions:
AlwaysCategorize – The current items and new items in the conversation will automatically be set with the categories identified in the Categories element.
AlwaysDelete – The current items and new items in the conversation will automatically be deleted. The deletion mode is set by the DeleteType element.
AlwaysMove – The current items and new items in the conversation will automatically be moved to the folder identified by the DestinationFolderId element.
Delete – The current items in the conversation will be deleted. Subsequent items in the conversation will not be deleted. The deletion mode is set by the DeleteType element.
Move – The current items in the conversation will be moved to the folder identified by the DestinationFolderId element. Subsequent items in the conversation will not be moved.
Copy - The current items in the conversation will be copied to the folder identified by the DestinationFolderId element. Subsequent items in the conversation will not be copied.
SetReadState – The current items in the conversation will have their read state set. The read state is set by the IsRead element.
Flag – The current items in the conversation will have a flag set as defined by the Flag element.