Hunny Software Library Reference

Body.Preamble Property

Gets or sets the preamble of a multipart body.

[Visual Basic]
Public Property Preamble As ByteString
[C#]
public Hunny.Base.ByteString Preamble {get; set;}

Remarks

The preamble (a term from the MIME standard) is the optional text that appears before the first boundary in a multipart message. The text typically contains a message intended for users who use mail user agents that do not support MIME. In many cases, the preamble is empty.

See Also

Body Class | Hunny.Mime Namespace