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.3.0
Syntax
C#
public AccessControlList(
	IEnumerable<AccessControl> controls
)

Parameters

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