Partager via


ExchangeService.EnableAlwaysCategorizeItemsInConversations Méthode

Définition

Active la catégorisation automatique des éléments dans une conversation spécifiée.

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)

Paramètres

conversationId
IEnumerable<ConversationId>

Identificateur de conversation.

categories
IEnumerable<String>

Catégories à appliquer automatiquement aux éléments de la conversation spécifiée.

processSynchronously
Boolean

true si la méthode retourne une fois qu’elle a terminé l’activation de la catégorisation et l’ajout des catégories aux éléments existants dans la conversation spécifiée (au lieu de retourner immédiatement) ; sinon, false.

Retours

Collection de réponses.

Remarques

L’appel de cette méthode entraîne un appel aux services Web Exchange (EWS).

S’applique à