Click or drag to resize
MimeKit

AccessRightsRemove Method

Removes the specified access right.

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

Parameters

right  AccessRight
The access right.

Return Value

Boolean
if the access right was removed; otherwise, .

Implements

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