Click or drag to resize
MimeKit

AccessControl(String) Constructor

Initializes a new instance of the AccessControl class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public AccessControl(
	string name
)

Parameters

name  String
The identifier name.
Exceptions
ExceptionCondition
ArgumentNullExceptionname is null.
Remarks
Creates a new AccessControl with the given name and no access rights.
See Also