Compartilhar via


ExchangeService.DisableAlwaysCategorizeItemsInConversations Método

Definição

Desabilita a categorização automática de novos itens recebidos em uma conversa especificada.

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)

Parâmetros

conversationId
IEnumerable<ConversationId>

O identificador de conversa.

processSynchronously
Boolean

true se o método retornar após terminar de desabilitar a categorização automática e remover as categorias de itens existentes na conversa (em vez de retornar imediatamente); caso contrário, false para retornar imediatamente.

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