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