Click or drag to resize
MimeKit

AccessRightsRemove Method

Removes the specified access right.

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

Parameters

right  AccessRight
The access right.

Return Value

Boolean

Field Value

Boolean
true if the access right was removed; otherwise

Field Value

Boolean
false.

Implements

ICollectionTRemove(T)
Remarks
Removes the specified access right.
See Also