GraphClient.DeleteFolder Method
Namespace: Rebex.Net
Assembly: Rebex.Graph.dll (version 8.0.9673)
DeleteFolder(GraphFolderId)
Deletes a Graph folder.
Declaration
public void DeleteFolder(GraphFolderId folderId)
Parameters
| Type | Name | Description |
|---|---|---|
| GraphFolderId | folderId | ID of a folder to delete. |
Remarks
Folder content (the messages) is soft-deleted, while the folder itself is hard-deleted.
Examples
See DeleteFolder code example on product pages.