Click or drag to resize
MimeKit

HeaderSetIsReadOnly Property

Get whether or not the set of headers is read-only.

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

Property Value

Boolean
if this instance is read only; otherwise, .

Implements

ICollectionTIsReadOnly
Remarks
Gets whether or not the set of headers is read-only.
See Also