ExchangeService.DisableAlwaysDeleteItemsInConversations Method

Definition

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

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

Parameters

conversationId
IEnumerable<ConversationId>

The conversation identifier.

processSynchronously
Boolean

true if the method returns after it has finished disabling automatic moving of items from a conversation to the Deleted Items folder and has restored the deleted items to their original folders (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