Click or drag to resize
MimeKit

UniqueIdRangeIsReadOnly Property

Get whether or not the range is read only.

Namespace: MailKit
Assembly: MailKit (in MailKit.dll) Version: 4.3.0
Syntax
C#
public bool IsReadOnly { get; }

Property Value

Boolean
true if the range is read only; otherwise, false.

Implements

ICollectionTIsReadOnly
Remarks
A UniqueIdRange is always read-only.
See Also