| AccessRightsAdd(Char) Method |
Add the specified right.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax public bool Add(
char right
)
Parameters
- right Char
- The right.
Return Value
Boolean if the right was added; otherwise,
.
Remarks
Adds the right specified by the given character.
See Also