Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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
- MailComposer.GetCCRecipients
- MailComposer.GetTORecipients
- MailComposer.SetBCCRecipients
- MailComposer.SetCCRecipients
- MailComposer.SetTORecipients
- MessageComposer.GetRecipients
- MessageComposer.Present
- MessageComposer.SetScript
Example Databases
This function is free to use.
Created 10th June 2017, last changed 6th March 2020