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