Gets or sets the preamble of this multipart entity.
Namespace:
Rebex.Mime
Assembly:
Rebex.Mail (in Rebex.Mail.dll)
Syntax
Visual Basic |
---|
Public Property Preamble As String Get Set |
C# |
---|
public string Preamble { get; set; } |
Field Value
Preamble of this multipart entity.Remarks
Preamble is only used for multipart entities.
Preamble is a block of text preceding the first part of a multipart entity. It is usually used to store a short explanatory notice for non-MIME compliant user agents to display.
Default value is "This is a multipart MIME message."
The preamble is only used for multipart entities.