Folder.Delete(DeleteMode) 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.
Deletes the folder.
public:
void Delete(Microsoft::Exchange::WebServices::Data::DeleteMode deleteMode);
public void Delete (Microsoft.Exchange.WebServices.Data.DeleteMode deleteMode);
Parameters
- deleteMode
- DeleteMode
The deletion mode.
Remarks
Calling this method results in a call to Exchange Web Services (EWS).