Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

MailComposer.SetMessageBody

Sets the body of the email message to the specified content.

Component Version macOS Windows Linux Server iOS SDK
MailComposer 7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "MailComposer.SetMessageBody"; Body; IsHTML )   More

Parameters

Parameter Description Example
Body The text containing the body contents of the email message.
IsHTML A boolean value indicating if the body argument is to be interpreted as HTML content.
Pass 1 if Body is html or 0 for plain text. Default is 0 for plain text.
0

Result

Returns OK or error.

Description

Sets the body of the email message to the specified content.
This method will set the body of the email message. This should be called prior to display.
The user's signature, if specified, will be added after the body content.

See also

Example Databases

This function checks for a license.

Created 10th June 2017, last changed 10th June 2017


MailComposer.SetEvaluate - MailComposer.SetScript