Conversation.DisableAlwaysCategorizeItems(Boolean) Method

Definition

Disables automatic categorization of items in a conversation.

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

Parameters

processSynchronously
Boolean

true to indicate whether the method should return after it has completed disabling categorization and removing the categories from existing items in the conversation; false if the method is to return immediately.

Remarks

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

Applies to