Imap.DeleteFolder Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
DeleteFolder(String)
Deletes a folder with the specified name.
Declaration
public void DeleteFolder(string folder)
Parameters
| Type | Name | Description |
|---|---|---|
| String | folder | Folder to be deleted. |
Remarks
This method represents IMAP DELETE command.