Click or drag to resize
MimeKit

MultipartIsReadOnly Property

Get a value indicating whether this instance 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 Multipart is never read-only.
See Also