MailMessage.Preamble

MailMessage.Preamble property

Gets or sets a preamble text. It is located before the first boundary and generally includes an explanatory note to non-MIME conformant readers.

public string Preamble { get; set; }

Property Value

The string value that represents a preamble.

See Also