Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

Component: MailComposer

A dialog for iOS to compose and send an email.

You can add attachments and optionally html content.

See also MessageComposer functions for creating text messages.
For Windows, check our WinSendMail functions and cross-platform us SendMail functions to send emails.

Version macOS Windows Linux Server iOS SDK
7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes

Item Details
MailComposer.AddAttachmentContainer
Adds an attachment to the email based on a container field.
iOS
7.3
MailComposer.AddAttachmentFile
Adds an attachment to the email based on a file path.
iOS
7.3
MailComposer.AddAttachmentText
Adds an attachment to the email based on a text.
iOS
7.3
MailComposer.CanSendMail
Whether emails can be send.
iOS
7.3
MailComposer.Dismiss
Dismisses the dialog.
iOS
7.3
MailComposer.Error
The last error from sending email.
iOS
7.3
MailComposer.GetBCCRecipients
Queries BCC recipients.
iOS
7.3
MailComposer.GetCCRecipients
Queries CC recipients.
iOS
7.3
MailComposer.GetEvaluate
Queries the evaluation to run when email composer is done.
iOS
7.3
MailComposer.GetFileName
Queries the file name of the script to run when email composer is done.
iOS
7.3
MailComposer.GetMessageBody
Queries message text.
iOS
7.3
MailComposer.GetScriptName
Queries the script name of the script to run when email composer is done.
iOS
7.3
MailComposer.GetSubject
Queries subject text.
iOS
7.3
MailComposer.GetTORecipients
Queries TO recipients.
iOS
7.3
MailComposer.IsPresented
Checks whether panel is displayed.
iOS
7.3
MailComposer.New
Initializes the mail composer panel.
iOS
7.3
MailComposer.Present
Presents the email composer view.
iOS
7.3
MailComposer.Result
Queries result of email composer.
iOS
7.3
MailComposer.SetBCCRecipients
Sets the BCC header for the email message to the specified email addresses.
iOS
7.3
MailComposer.SetCCRecipients
Sets the CC header for the email message to the specified email addresses.
iOS
7.3
MailComposer.SetEvaluate
Sets the expression to call when composer is done.
iOS
7.3
MailComposer.SetMessageBody
Sets the body of the email message to the specified content.
iOS
7.3
MailComposer.SetScript
Sets the script to call when composer is done.
iOS
7.3
MailComposer.SetSubject
Sets the Subject header for the email message.
iOS
7.3
MailComposer.SetTORecipients
Sets the To header for the email message to the specified email addresses.
iOS
7.3

25 functions shown.

Release notes

  • Version 7.3
    • Added MailComposer functions to send email on iOS with email app, text or html and multiple attachments.

Blog Entries

Example Databases