MailKit Documentation
MailKit Documentation
API Reference
MailKit
AccessRights Class
AccessRights Methods
AddRange Method
AddRange(IEnumerable<AccessRight>) Method
AddRange(String) Method
Access
Rights
Add
Range(String) Method
Add the rights specified by the characters in the given string.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
void
AddRange
(
string
rights
)
Parameters
rights
String
The rights.
Exceptions
Exception
Condition
ArgumentNullException
rights
is
null
.
Remarks
Adds the rights specified by the characters in the given string.
See Also
Reference
AccessRights Class
AddRange Overload
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast