Click or drag to resize
MimeKit

AttachmentCollectionIsReadOnly Property

Get whther or not the 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 the collection is read only; otherwise, false.

Implements

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