Click or drag to resize
MimeKit

HeaderListCollectionIsReadOnly Property

Gets whether or not the header list collection is read only.

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

Property Value

Boolean
true if this instance is read only; otherwise, false.

Implements

ICollectionTIsReadOnly
Remarks
A HeaderListCollection is never read-only.
See Also