MoveFolderAsync
IAsyncImapClient.MoveFolderAsync method
将指定文件夹及其子文件夹移动到新位置。
public Task MoveFolderAsync(string newParentFolder, string folderName,
IConnection connection = null, CancellationToken token = default)
范围 | 类型 | 描述 |
---|---|---|
newParentFolder | String | 移动文件夹的新位置 |
folderName | String | 要移动的文件夹 |
connection | IConnection | 连接到服务器 |
token | CancellationToken | 传播应取消操作的通知。 |
也可以看看
- interface IConnection
- interface IAsyncImapClient
- 命名空间 Aspose.Email.Clients.Imap
- 部件 Aspose.Email