| IMultipartPreamble Property |
Get or set the preamble.
Namespace: MimeKitAssembly: MimeKit (in MimeKit.dll) Version: 4.7.1
Syntax string Preamble { get; set; }
Property Value
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