Compartilhar via


ExchangeService.EnableAlwaysCategorizeItemsInConversations Método

Definição

Habilita a categorização automática de itens em uma conversa especificada.

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)

Parâmetros

conversationId
IEnumerable<ConversationId>

O identificador de conversa.

categories
IEnumerable<String>

As categorias a serem aplicadas a itens na conversa especificada automaticamente.

processSynchronously
Boolean

true se o método retornar depois de terminar de habilitar a categorização e adicionar as categorias a itens existentes na conversa especificada (em vez de retornar imediatamente); caso contrário, false.

Retornos

Uma coleção de respostas.

Comentários

Chamar esse método resulta em uma chamada para o Exchange Web Services (EWS).

Aplica-se a