Click or drag to resize
MimeKit

AccessControlList(IEnumerableAccessControl) Constructor

Initializes a new instance of the AccessControlList class.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
public AccessControlList(
	IEnumerable<AccessControl> controls
)

Parameters

controls  IEnumerableAccessControl
The list of access controls.
Exceptions
ExceptionCondition
ArgumentNullExceptioncontrols is .
Remarks
Creates a new AccessControlList.
See Also