Click or drag to resize
MimeKit

AccessRightsItem Property

Get the access right at the specified index.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public AccessRight this[
	int index
] { get; }

Parameters

index  Int32
The index.

Property Value

AccessRight
The access right at the specified index.
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionindex is out of range.
Remarks
Gets the access right at the specified index.
See Also