Conversation.DisableAlwaysDeleteItems(Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Disables the automatic move of items in a conversation to the Deleted Items folder.
public:
void DisableAlwaysDeleteItems(bool processSynchronously);
public void DisableAlwaysDeleteItems (bool processSynchronously);
Public Sub DisableAlwaysDeleteItems (processSynchronously As Boolean)
Parameters
- processSynchronously
- Boolean
true to indicate whether the method should return after it has completed disabling automatic move of items in a conversation to the Deleted Items folder and has restored the deleted items to their original folders; false if the method is to return immediately.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).