StartEmail
Initiate an email with a contact or list of contacts provided as part of an Email context.
Intent Name
StartEmail
Display Name
Start Email
Possible Contexts
Example
window.fdc3.raiseIntent('fdc3.StartEmail', {
type: 'fdc3.email',
recipients: {
type: 'fdc3.contact',
name: 'Jane Doe',
id: {
email: 'jane.doe@example.com'
}
},
subject: 'The information you requested',
textBody: 'Blah, blah, blah ...'
})
See Also
Context
Intents