| IMailFolderGetAccessControlListAsync Method |
Asynchronously get the complete access control list for the folder.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax Task<AccessControlList> GetAccessControlListAsync(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAccessControlListThe access control list.
Remarks
Asynchronously gets the complete access control list for the folder.
See Also