Ews.DeleteFolderContentAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 8.0.9673)
DeleteFolderContentAsync(EwsFolderId, EwsDeleteScope, Object)
Deletes content of an exchange folder. Folder itself remains. To delete the folder as well, see DeleteFolder(EwsFolderId) method. This method is supported in Exchange 2010 SP1 (14.1.218.15) and newer. Use DeleteMode to specify whether delete folder content permanently or move it to Deleted Items folder.
Declaration
public Task DeleteFolderContentAsync(EwsFolderId folderId, EwsDeleteScope deleteSubfolders, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| EwsFolderId | folderId | ID of a folder of which content to delete. |
| EwsDeleteScope | deleteSubfolders | Select delete mode whether to delete items only or delete subfolders as well. |
| Object | state | An object containing state information for this request. |
Returns
| Type | Description |
|---|---|
| Task |