Icon MailMessage Property

property MailMessage: String

Available In: Server Applications

Specifies the plain text message to send. This property and the MultipartMailMessage property are mutually-exclusive. Assigning a value to this property will cause all multi-part content to be deleted.

Information When this property is assigned a value, the Content-Type mail header will automatically be set to "text/plain; charset=utf-8" and the Content-Transfer-Encoding mail header will automatically be set to "quoted-printable" in the sent email(s).
Image