| IMailFolderGetMyAccessRightsAsync Method |
Asynchronously get the access rights for the current authenticated user.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax Task<AccessRights> GetMyAccessRightsAsync(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
TaskAccessRightsThe access rights.
Remarks
Asynchronously gets the access rights for the current authenticated user.
See Also