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

MailComposer.New

Initializes the mail composer panel.

Component Version macOS Windows Linux Server iOS SDK
MailComposer 7.3 ❌ No ❌ No ❌ No ❌ No ✅ Yes
MBS( "MailComposer.New" )

Parameters

none

Result

Returns OK or error.

Description

Initializes the mail composer panel.
Resets last error and clears last email content.

Examples

Start a new email:

Set Variable [ $r ; Value: MBS( "MailComposer.New" ) ]
Set Variable [ $r ; Value: MBS( "MailComposer.SetSubject"; PlaceHolder::Subject ) ]

See also

Example Databases

This function checks for a license.

Created 10th June 2017, last changed 10th June 2017


MailComposer.IsPresented - MailComposer.Present