Click or drag to resize
MimeKit

IMailFolderGetMyAccessRightsAsync Method

Asynchronously get the access rights for the current authenticated user.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
Task<AccessRights> GetMyAccessRightsAsync(
	CancellationToken cancellationToken = default
)

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

TaskAccessRights
The access rights.
Remarks
Asynchronously gets the access rights for the current authenticated user.
See Also