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