MailKit Documentation
MailKit Documentation
API Reference
MailKit
AccessRights Class
AccessRights Methods
Add Method
AddRange Method
Clear Method
Contains Method
CopyTo Method
GetEnumerator Method
Remove Method
ToString Method
Access
Rights
Remove Method
Removes the specified access right.
Namespace:
MailKit
Assembly:
MailKit (in MailKit.dll) Version: 4.7.1
Syntax
C#
Copy
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
ICollection
T
Remove(T)
Remarks
Removes the specified access right.
See Also
Reference
AccessRights Class
MailKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast