ExchangeService.EnableAlwaysCategorizeItemsInConversations 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 specified conversation.
public:
Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ EnableAlwaysCategorizeItemsInConversations(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationId ^> ^ conversationId, System::Collections::Generic::IEnumerable<System::String ^> ^ categories, bool processSynchronously);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> EnableAlwaysCategorizeItemsInConversations (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationId> conversationId, System.Collections.Generic.IEnumerable<string> categories, bool processSynchronously);
Public Function EnableAlwaysCategorizeItemsInConversations (conversationId As IEnumerable(Of ConversationId), categories As IEnumerable(Of String), processSynchronously As Boolean) As ServiceResponseCollection(Of ServiceResponse)
Parameters
- conversationId
- IEnumerable<ConversationId>
The conversation identifier.
- categories
- IEnumerable<String>
The categories to be applied to items in the specified conversation automatically.
- processSynchronously
- Boolean
true if the method returns after it has finished enabling categorization and adding the categories to existing items in the specified conversation (rather than returning immediately); otherwise, false.
Returns
A collection of responses.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).