Click or drag to resize
MimeKit

MultipartPreamble Property

Get or set the preamble.

Namespace: MimeKit
Assembly: MimeKit (in MimeKit.dll) Version: 4.3.0
Syntax
C#
public string Preamble { get; set; }

Property Value

String
The preamble.
Exceptions
ExceptionCondition
ObjectDisposedException The Multipart has been disposed.
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