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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
MessageComposer.SetRecipients
Defines recipients.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
Created 10th June 2017, last changed 6th March 2020
MessageComposer.SetMessageBody - MessageComposer.SetScript
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins