Conversation.DisableAlwaysCategorizeItems(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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).