The OpenD Programming Language

EmailMessage.setTextBody

Sets the plain text body of the email. You can also separately call setHtmlBody to set a HTML body.

class EmailMessage
void
setTextBody
(
string text
)

Meta