| AccessRightsItem Property |
Get the access right at the specified index.
Namespace: MailKitAssembly: MailKit (in MailKit.dll) Version: 4.7.1
Syntax public AccessRight this[
int index
] { get; }
Parameters
- index Int32
- The index.
Property Value
AccessRightThe access right at the specified index.
Exceptions Remarks
Gets the access right at the specified index.
See Also