Imap.CreateFolder Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9083)
CreateFolder(String)
Creates a folder with the specified name.
Declaration
public void CreateFolder(string folder)
Parameters
Type | Name | Description |
---|---|---|
String | folder | Folder to be created. |
Remarks
This method represents IMAP CREATE command.