MailKit Documentation
MailKit Documentation
API Reference
MimeKit
Multipart Class
Multipart Properties
Boundary Property
Count Property
Epilogue Property
IsReadOnly Property
Item Property
Preamble Property
Multipart
Is
Read
Only Property
Get a value indicating whether this instance 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 this instance is read only; otherwise,
false
.
Implements
ICollection
T
IsReadOnly
Remarks
A
Multipart
is never read-only.
See Also
Reference
Multipart Class
MimeKit Namespace
Copyright © 2013-2023 Jeffrey Stedfast
Send comments on this topic to
Jeffrey Stedfast