Click or drag to resize
MimeKit

IMailFolderRemoveAccess Method

Remove all access rights for the given identity.

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

Parameters

name  String
The identity name.
cancellationToken  CancellationToken  (Optional)
The cancellation token.
Remarks
Removes all access rights for the given identity.
See Also