Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
MailComposer.SetTORecipients
Sets the To header for the email message to the specified email addresses.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
MailComposer | 7.3 | ❌ No | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "MailComposer.SetTORecipients"; Recipients ) More
Parameters
Parameter | Description | Example |
---|---|---|
Recipients | List of recipients. |
Result
Returns OK or error.
Description
Sets the To header for the email message to the specified email addresses.Set the To header for the email message. This should be called prior to display.
Recipient addresses should be specified as per RFC5322.
After the view has been presented to the user, this method will no longer change the value.
See also
- MailComposer.GetBCCRecipients
- MailComposer.GetCCRecipients
- MailComposer.GetTORecipients
- MailComposer.Present
- MailComposer.SetBCCRecipients
- MailComposer.SetCCRecipients
- MessageComposer.GetRecipients
- MessageComposer.SetRecipients
Example Databases
This function is free to use.
Created 10th June 2017, last changed 10th June 2017