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