Item.Delete Method

Definition

Overloads

Delete(DeleteMode, Boolean)

Deletes the item. Calling this method results in a call to EWS.

Delete(DeleteMode)

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

Delete(DeleteMode, Boolean)

Deletes the item. Calling this method results in a call to EWS.

public:
 void Delete(Microsoft::Exchange::WebServices::Data::DeleteMode deleteMode, bool suppressReadReceipts);
public void Delete (Microsoft.Exchange.WebServices.Data.DeleteMode deleteMode, bool suppressReadReceipts);

Parameters

deleteMode
DeleteMode

The deletion mode.

suppressReadReceipts
Boolean

true if read receipts should not be sent if the item being deleted has requested a read receipt; otherwise, false.

Applies to

Delete(DeleteMode)

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

public:
 void Delete(Microsoft::Exchange::WebServices::Data::DeleteMode deleteMode);
public void Delete (Microsoft.Exchange.WebServices.Data.DeleteMode deleteMode);

Parameters

deleteMode
DeleteMode

The deletion mode.

Applies to