Conversation.DisableAlwaysMoveItemsInConversation(Boolean) Method

Definition

Disables the automatic move of items in a conversation to a target folder.

public:
 void DisableAlwaysMoveItemsInConversation(bool processSynchronously);
public void DisableAlwaysMoveItemsInConversation (bool processSynchronously);
Public Sub DisableAlwaysMoveItemsInConversation (processSynchronously As Boolean)

Parameters

processSynchronously
Boolean

true to indicate whether the method should return after it has completed disabling automatic move of items in a conversation to the target folder; false if the method is to return immediately.

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to