Conversation.EnableAlwaysCategorizeItems 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.
Enables the automatic categorization of items in a conversation.
public:
void EnableAlwaysCategorizeItems(System::Collections::Generic::IEnumerable<System::String ^> ^ categories, bool processSynchronously);
public void EnableAlwaysCategorizeItems (System.Collections.Generic.IEnumerable<string> categories, bool processSynchronously);
Public Sub EnableAlwaysCategorizeItems (categories As IEnumerable(Of String), processSynchronously As Boolean)
Parameters
- categories
- IEnumerable<String>
The categories to automatically be applied to items in a conversation.
- processSynchronously
- Boolean
true to indicate whether the method should return after it has completed enabling categorization and adding the categories to 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).