 | MultipartPreamble Property |
Get or set the preamble.
Namespace:
MimeKit
Assembly:
MimeKit (in MimeKit.dll) Version: 3.0.0
Syntaxpublic string Preamble { get; set; }
Property Value
Type:
StringThe preamble.
Exceptions
Remarks
A multipart preamble appears before the first child entity of the
multipart and is typically used only in the top-level multipart
of the message to specify that the message is in MIME format and
therefore requires a MIME compliant email application to render
it correctly.
See Also