MailKit Documentation
MailKit Documentation
API Reference
MimeKit
AttachmentCollection Class
AttachmentCollection Properties
Count Property
IsReadOnly Property
Item Property
Attachment
Collection
Is
Read
Only Property
Get whther or not the collection is read-only.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax
C#
Copy
public
bool
IsReadOnly
{
get
; }
Property Value
Boolean
true
if the collection is read only; otherwise,
false
.
Implements
ICollection
T
IsReadOnly
Remarks
A
AttachmentCollection
is never read-only.
See Also
Reference
AttachmentCollection Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast