Click or drag to resize
MimeKit

AccessRightsContains Method

Checks if the set of access rights contains the specified right.

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

Parameters

right  AccessRight
The access right.

Return Value

Boolean

Field Value

Boolean
true if the specified right exists; otherwise

Field Value

Boolean
false.

Implements

ICollectionTContains(T)
Remarks
Determines whether or not the set of access rights already contains the specified right
See Also