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.2   12.3   12.4   12.5   13.0   13.1   13.2   13.3   13.4   13.5    Statistic    FMM    Blog  

MessageComposer.SetRecipients

Defines recipients.

Component Version macOS Windows Linux Server iOS SDK
MessageComposer 7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "MessageComposer.SetRecipients"; Recipients )   More

Parameters

Parameter Description Example
Recipients List of recipients.

Result

Returns OK or error.

Description

Defines recipients.
Sets the initial value of the To field for the message to the specified addresses.

Examples

Send to two emails:

MBS( "MessageComposer.SetRecipients"; $Email1 & ¶ & $Email2 )

See also

Example Databases

This function is free to use.

Created 10th June 2017, last changed 6th March 2020


MessageComposer.SetMessageBody - MessageComposer.SetScript

💬 Ask a question or report a problem