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:
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
12.3
Statistic
FMM
Blog
MessageComposer.SetMessageBody
Sets the body of the message to the specified content.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
MessageComposer | 7.3 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes | Paid |
MBS( "MessageComposer.SetMessageBody"; Body ) More
Parameters
Parameter | Description | Example |
---|---|---|
Body | The text containing the body contents of the email message. |
Result
Returns OK or error.
Description
Sets the body of the 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.
Examples
Set the message text:
MBS( "MessageComposer.SetMessageBody"; "Hello World" )
See also
- MailComposer.GetMessageBody
- MailComposer.SetMessageBody
- MessageComposer.GetMessageBody
- MessageComposer.Present
Example Databases
Created 10th June 2017, last changed 6th March 2020
MessageComposer.SetEvaluate - MessageComposer.SetRecipients
Feedback: Report problem or ask question.
