Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 12.1   12.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4    Statistic    FMM    Blog  

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

💬 Ask a question or report a problem