Click or drag to resize
MimeKit

IMailFolderGetAccessRights Method

Get the access rights for a particular identifier.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
AccessRights GetAccessRights(
	string name,
	CancellationToken cancellationToken = default
)

Parameters

name  String
The identifier name.
cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

AccessRights
The access rights.
Remarks
Gets the access rights for a particular identifier.
See Also