Click or drag to resize
MimeKit

IMailFolderGetAccessControlListAsync Method

Asynchronously get the complete access control list for the folder.

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

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

TaskAccessControlList
The access control list.
Remarks
Asynchronously gets the complete access control list for the folder.
See Also