Click or drag to resize
MimeKit

AccessRights Methods

The AccessRights type exposes the following members.

Methods
 NameDescription
Public methodAdd(AccessRight) Add the specified access right.
Public methodAdd(Char) Add the specified right.
Public methodAddRange(IEnumerableAccessRight) Add the range of specified rights.
Public methodAddRange(String) Add the rights specified by the characters in the given string.
Public methodClear Clears the access rights.
Public methodContains Checks if the set of access rights contains the specified right.
Public methodCopyTo Copies all of the access rights to the specified array.
Public methodEquals
(Inherited from Object)
Protected methodFinalize
(Inherited from Object)
Public methodGetEnumerator Get the access rights enumerator.
Public methodGetHashCode
(Inherited from Object)
Public methodGetType
(Inherited from Object)
Protected methodMemberwiseClone
(Inherited from Object)
Public methodRemove Removes the specified access right.
Public methodToString Return a String that represents the current AccessRights.
(Overrides ObjectToString)
Top
See Also