Click or drag to resize
MimeKit

AccessRightsAdd(AccessRight) Method

Add the specified access right.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool Add(
	AccessRight right
)

Parameters

right  AccessRight
The access right.

Return Value

Boolean
true if the right was added; otherwise, false.
Remarks
Adds the specified access right if it is not already included.
See Also