Launches the default email app, and starts composing a message.

You need to add a reference to "Fuse.Launcher" in your project file to use this feature.

var email = require('FuseJS/Email');
email.compose("to@example.com", "cc@example.com", "bcc@example.com", "subject", "message");

Location

Namespace
Fuse.Reactive.FuseJS
Package
Fuse.Launcher.Email 2.9.1
Show Uno properties and methods

Interface of Email

compose() js

Launches the default email app, and starts composing a message.

Inherited from NativeModule

Inherited from Module

GetFile : FileSource uno

Returns the file source that will be watched by the Context for changes in Fuse preview. Override in subclasses and return correct file source to support live updates in Fuse preview.

Inherited from object

Attached UX Attributes

GlobalKey (attached by Resource) : string ux

The ux:Global attribute creates a global resource that is accessible everywhere in UX markup.

Implemented Interfaces