Ews.DeleteFolderContentAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Ews.dll (version 7.0.9083)
DeleteFolderContentAsync(EwsFolderId, EwsDeleteScope, Object)
Begins asynchronous DeleteFolderContent operation. 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 wheter to delete items only or delete subfolders as well. |
Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
Type | Description |
---|---|
Task |