Click or drag to resize
MimeKit

AccessRightsAddRange(String) Method

Add the rights specified by the characters in the given string.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public void AddRange(
	string rights
)

Parameters

rights  String
The rights.
Exceptions
ExceptionCondition
ArgumentNullExceptionrights is null.
Remarks
Adds the rights specified by the characters in the given string.
See Also