Click or drag to resize
MimeKit

IMailFolderGetAccessControlList Method

Get the complete access control list for the folder.

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

Parameters

cancellationToken  CancellationToken  (Optional)
The cancellation token.

Return Value

AccessControlList
The access control list.
Remarks
Gets the complete access control list for the folder.
See Also