Item.Delete 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.
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.