Action (ConversationActionTypeType)

The Action element contains the action to perform on the conversation specified by the ConversationId element.

<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
ConversationAction
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.

  • Flag - The current items in the conversation will have a flag set as defined by the Flag element.

Remarks

The schema that describes this element is located in the IIS virtual directory that hosts Exchange Web Services.This element was introduced in Exchange Server 2010 Service Pack 1 (SP1).

Element information

Element Example
Namespace
https://schemas.microsoft.com/exchange/services/2006/types
Schema Name
Types schema
Validation File
Types.xsd
Can be Empty
False

See also