MailKit Documentation
MailKit Documentation
API Reference
MailKit
AccessControl Class
AccessControl Constructor
AccessControl(String) Constructor
AccessControl(String, IEnumerable<AccessRight>) Constructor
AccessControl(String, String) Constructor
Access
Control(String) Constructor
Initializes a new instance of the
AccessControl
class.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
AccessControl
(
string
name
)
Parameters
name
String
The identifier name.
Exceptions
Exception
Condition
ArgumentNullException
name
is
null
.
Remarks
Creates a new
AccessControl
with the given name and no access rights.
See Also
Reference
AccessControl Class
AccessControl Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast