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

Component: MessageComposer

A panel for iOS to edit and send an messages.

You can send text messages (SMS) or iMessage with text and attachments.

See also MailComposer functions for creating emails.

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

Item Details
MessageComposer.AddAttachmentContainer
Adds an attachment to the email based on a container field.
iOS
7.3
MessageComposer.AddAttachmentFile
Adds an attachment to the email based on a file path.
iOS
7.3
MessageComposer.AttachmentCount
Queries number of attachments.
iOS
7.3
MessageComposer.CanSendAttachments
Checks whether we can send attachments.
iOS
7.3
MessageComposer.CanSendSubject
Checks whether we can send subject.
iOS
7.3
MessageComposer.CanSendText
Checks whether we can send text.
iOS
7.3
MessageComposer.Dismiss
Dismisses the dialog.
iOS
7.3
MessageComposer.GetEvaluate
Queries the evaluation to run when email composer is done.
iOS
7.3
MessageComposer.GetFileName
Queries the file name of the script to run when email composer is done.
iOS
7.3
MessageComposer.GetMessageBody
Queries message body.
iOS
7.3
MessageComposer.GetRecipients
Queries list of recipients.
iOS
7.3
MessageComposer.GetScriptName
Queries the script name of the script to run when email composer is done.
iOS
7.3
MessageComposer.GetSubject
Queries subject text.
iOS
7.3
MessageComposer.IsPresented
Checks whether panel is displayed.
iOS
7.3
MessageComposer.New
Initializes the message composer panel.
iOS
7.3
MessageComposer.Present
Presents the message composer view.
iOS
7.3
MessageComposer.Result
Queries result of email composer.
iOS
7.3
MessageComposer.SetEvaluate
Sets the expression to call when composer is done.
iOS
7.3
MessageComposer.SetMessageBody
Sets the body of the message to the specified content.
iOS
7.3
MessageComposer.SetRecipients
Defines recipients.
iOS
7.3
MessageComposer.SetScript
Sets the script to call when composer is done.
iOS
7.3
MessageComposer.SetSubject
Sets the Subject header for the email message.
iOS
7.3
MessageComposer.disableUserAttachments
Disable user attachments.
iOS
7.3

23 functions shown.

Release notes

  • Version 13.2

Blog Entries

Example Databases