Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MessageComposer.SetMessageBody
Sets the body of the message to the specified content.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MessageComposer | 7.3 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
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
This function checks for a license.
Created 10th June 2017, last changed 6th March 2020