Click or drag to resize
MimeKit

AccessRightsAddRange(IEnumerableAccessRight) Method

Add the range of specified rights.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void AddRange(
	IEnumerable<AccessRight> rights
)

Parameters

rights  IEnumerableAccessRight
The rights.
Exceptions
ExceptionCondition
ArgumentNullExceptionrights is null.
Remarks
Adds the range of specified rights.
See Also