EmailOptions
10/22/22Less than 1 minute
app EmailOptions
Fields passed to sendEmail when handing off to the system mail composer.
See also
Table of contents
Properties
Properties
attachment
attachment?:string
Path to a file attached to the outgoing message.
bcc
bcc?:string | string[]
Blind carbon-copy addresses. Use a string for one recipient or a string[] for several.
cc
cc?:string | string[]
Carbon-copy addresses. Same shape as bcc.
chooserTitle
chooserTitle?:string
When multiple mail apps can handle the intent, this text titles the system chooser sheet.
email:string | string[]
Primary To recipients—one address or an array of addresses.
subject
subject?:string
Email subject line.
text
text?:string
Plain-text body.
