Conversation.EnableAlwaysDeleteItems(Boolean) Method

Definition

Enables the automatic move of items in a conversation to the Deleted Items folder.

public:
 void EnableAlwaysDeleteItems(bool processSynchronously);
public void EnableAlwaysDeleteItems (bool processSynchronously);
Public Sub EnableAlwaysDeleteItems (processSynchronously As Boolean)

Parameters

processSynchronously
Boolean

true to indicate whether the method should return after it has completed enabling the automatic move of items in a conversation to the Deleted Items folder and has moved existing items in a conversation to the Deleted Items folder; false if the method is to return immediately.

Remarks

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

Applies to