Click or drag to resize
MimeKit

AccessRightsAdd(Char) Method

Add the specified right.

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

Parameters

right  Char
The right.

Return Value

Boolean
true if the right was added; otherwise, false.
Remarks
Adds the right specified by the given character.
See Also