Click or drag to resize
MimeKit

AccessRightsAdd(AccessRight) Method

Add the specified access right.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.10.0
Syntax
C#
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