Click or drag to resize
MimeKit

BodyPartCollectionIsReadOnly Property

Get whether or not this body part collection 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 this collection is read only; otherwise, false.

Implements

ICollectionTIsReadOnly
Remarks
Gets whether or not this body part collection is read only.
See Also