ExchangeService.EnableAlwaysMoveItemsInConversations Method

Definition

Enables the automatic move of new and existing items in a conversation to a target folder.

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

Parameters

conversationId
IEnumerable<ConversationId>

A conversation identifier.

destinationFolderId
FolderId

A folder identifier.

processSynchronously
Boolean

true to indicate that the method should return after it has finished enabling the automatic moving of items from the specified conversation to the target folder and has moved existing conversation items to the target 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