MimeEntity.Preamble Property
Namespace: Rebex.Mime
Assembly: Rebex.Mail.dll (version 7.0.9313)
Preamble
Gets or sets the preamble of this multipart entity.
Declaration
public string Preamble { get; set; }Property Value
| Type | Description | 
|---|---|
| String | 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.