Click or drag to resize
MimeKit

IMailFolderGetMyAccessRights Method

Get the access rights for the current authenticated user.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
AccessRights GetMyAccessRights(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

AccessRights
The access rights.
Remarks
Gets the access rights for the current authenticated user.
See Also