ImapClient.CreateFolderAsync
Contents
[
Hide
]CreateFolderAsync(IConnection, string)
Creates a folder with the specified name
public Task CreateFolderAsync(IConnection connection, string folderName)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder to be created |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CreateFolderAsync(string)
Creates a folder with the specified name
public Task CreateFolderAsync(string folderName)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder to be created |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CreateFolderAsync(IConnection, string, CancellationToken)
Creates a folder with the specified name
public Task CreateFolderAsync(IConnection connection, string folderName, CancellationToken token)
Parameter | Type | Description |
---|---|---|
connection | IConnection | Connection to a server |
folderName | String | Folder to be created |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- interface IConnection
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email
CreateFolderAsync(string, CancellationToken)
Creates a folder with the specified name
public Task CreateFolderAsync(string folderName, CancellationToken token)
Parameter | Type | Description |
---|---|---|
folderName | String | Folder to be created |
token | CancellationToken | Propagates notification that operations should be canceled. |
Return Value
Task object, with delegate for this operation
See Also
- class ImapClient
- namespace Aspose.Email.Clients.Imap
- assembly Aspose.Email