Displays a compose form for the specified Account name, along with the names of the primary Recipients, the names of the carbon-copied Recipients, the names of the blind carbon-copied Recipients, the subject, the message body (text note), and the file names of the attachments, contained in a string Array.
- accountName (String)
- The name of the account that will be used to send the message.
- toAddresses (String)
- A semi-colon separated list of the addresses to send the message to.
- ccAddresses (String)
- A semi-colon separated list of the addresses to cc the message to.
- bccAddresses (String)
- A semi-colon separated list of the addresses to bcc the message to.
- subject (String)
- The subject for the message.
- body (String)
- The body of the message.
- attachments (array<String>[]()[][])
- An array of filenames to attach to the message. (Must contain only 1 member)
Only the first attachment path is used.
| Platforms Supported | |
|---|---|
| Windows Mobile | Pocket PC 2003 and later, Windows Mobile Version 5.0 and later |
| Windows Embedded Compact | Windows Embedded Compact 4.1 and later |