ExchangeService.DisableAlwaysMoveItemsInConversations Method

Definition

Disables the automatic moving of items from a specified conversation to a specified folder.

public:
 Microsoft::Exchange::WebServices::Data::ServiceResponseCollection<Microsoft::Exchange::WebServices::Data::ServiceResponse ^> ^ DisableAlwaysMoveItemsInConversations(System::Collections::Generic::IEnumerable<Microsoft::Exchange::WebServices::Data::ConversationId ^> ^ conversationIds, bool processSynchronously);
public Microsoft.Exchange.WebServices.Data.ServiceResponseCollection<Microsoft.Exchange.WebServices.Data.ServiceResponse> DisableAlwaysMoveItemsInConversations (System.Collections.Generic.IEnumerable<Microsoft.Exchange.WebServices.Data.ConversationId> conversationIds, bool processSynchronously);
Public Function DisableAlwaysMoveItemsInConversations (conversationIds As IEnumerable(Of ConversationId), processSynchronously As Boolean) As ServiceResponseCollection(Of ServiceResponse)

Parameters

conversationIds
IEnumerable<ConversationId>

A collection of conversation identifiers.

processSynchronously
Boolean

true if the method returns after it has finished disabling automatic moving of items from a conversation to the specified folder (rather than returning immediately); otherwise, false.

Returns

A collection of responses.

Remarks

Calling this method results in a call to Exchange Web Services (EWS).

Applies to