IAsyncImapClient.CreateFolderAsync
IAsyncImapClient.CreateFolderAsync method
Creates a folder with the specified name.
public Task CreateFolderAsync(string folderName, IConnection connection = null,
CancellationToken token = default)
| Parameter | Type | Description |
|---|---|---|
| folderName | String | Folder to be created. |
| connection | IConnection | Connection to a server. |
| token | CancellationToken | Propagates notification that operations should be canceled. |
See Also
- interface IConnection
- interface IAsyncImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email