Action (ConversationActionTypeType)
Last modified: May 17, 2010
Applies to: Exchange Server 2007 | Exchange Server 2010
The Action element contains the action to perform on the conversation specified by the ConversationId element.
ApplyConversationAction
ConversationActions
ConversationAction
Action (ConversationActionTypeType)
<Action> AlwaysCategorize | AlwaysDelete | AlwaysMove | Delete | Move | Copy | SetReadState </Action>
ConversationActionTypeType
Attributes and Elements
The following sections describe attributes, child elements, and parent elements.
Attributes
None.
Child Elements
None.
Parent Elements
Element |
Description |
---|---|
Contains a single action to be applied to a single conversation. |
Text Value
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.
Remarks
The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services of the Client Access server.This element was introduced in Microsoft Exchange Server 2010 Service Pack 1 (SP1).
Element Information
Namespace |
https://schemas.microsoft.com/exchange/services/2006/types |
Schema Name |
Types schema |
Validation File |
Types.xsd |
Can be Empty |
False |
See Also