| IMailFolderRename Method |
Rename the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax void Rename(
IMailFolder parent,
string name,
CancellationToken cancellationToken = default
)
Parameters
- parent IMailFolder
- The new parent folder.
- name String
- The new name of the folder.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Remarks
Renames the folder.
See Also