| IMailFolderGetAccessRights Method |
Get the access rights for a particular identifier.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax AccessRights GetAccessRights(
string name,
CancellationToken cancellationToken = default
)
Parameters
- name String
- The identifier name.
- cancellationToken CancellationToken (Optional)
- The cancellation token.
Return Value
AccessRightsThe access rights.
Remarks
Gets the access rights for a particular identifier.
See Also