IAsyncImapClient.MoveFolderAsync
IAsyncImapClient.MoveFolderAsync method
Moves specified folder and its subfolders to new location.
public Task MoveFolderAsync(string newParentFolder, string folderName,
IConnection connection = null, CancellationToken token = default)
Parameter | Type | Description |
---|---|---|
newParentFolder | String | New location for moved folder |
folderName | String | Folder to move |
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