Edit

Share via


Conversation.EnableAlwaysCategorizeItems Method

Definition

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).

Applies to