| IMailFolderGetMyAccessRights Method |
Get the access rights for the current authenticated user.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax AccessRights GetMyAccessRights(
CancellationToken cancellationToken = default
)
Parameters
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
AccessRightsThe access rights.
Remarks
Gets the access rights for the current authenticated user.
See Also