Click or drag to resize
MimeKit

HeaderListIsReadOnly Property

Get whether the header list is read only.

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

Property Value

Boolean
if this instance is read only; otherwise, .

Implements

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