| AccessRightsAdd(AccessRight) Method |
Add the specified access right.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public bool Add(
AccessRight right
)
Parameters
- right AccessRight
- The access right.
Return Value
Booleantrue if the right was added; otherwise,
false.
Remarks
Adds the specified access right if it is not already included.
See Also