| IMailFolderGetAccessControlList Method |
Get the complete access control list for the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax AccessControlList GetAccessControlList(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
AccessControlListThe access control list.
Remarks
Gets the complete access control list for the folder.
See Also