ProcessRightAway

The ProcessRightAway element 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. This element must be present for the response to be sent asynchronous to the requested action.

ApplyConversationAction

ConversationActions

ConversationAction

ProcessRightAway

<ProcessRightAway/>

xs:boolean

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

A text value of true indicates that the response is sent as soon as the action starts processing on the server. A text value of false indicates that the response is sent after the action has completed.

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

ApplyConversationAction operation