Imap.CreateFolderAsync Method
Namespace: Rebex.Net
Assembly: Rebex.Imap.dll (version 7.0.9448)
CreateFolderAsync(String, Object)
Begins asynchronous CreateFolder operation. Creates a folder with the specified name.
Declaration
public Task CreateFolderAsync(string folder, object state = null)
Parameters
| Type | Name | Description |
|---|---|---|
| String | folder | Folder to be created. |
| Object | state | An optional user-provided object that identifies this particular asynchronous operation. |
Returns
| Type | Description |
|---|---|
| Task |
Remarks
This method represents IMAP CREATE command.