revMailUnicode | ||||||||||||||||
Type | command | |||||||||||||||
Dictionary | LCS | |||||||||||||||
Library | LiveCode Script | |||||||||||||||
Syntax |
| |||||||||||||||
Summary | Opens a new unicode email message in the user's email program | |||||||||||||||
Introduced | 3.5 | |||||||||||||||
OS | mac, windows, linux | |||||||||||||||
Platforms | desktop, server | |||||||||||||||
Parameters |
| |||||||||||||||
Example |
| |||||||||||||||
Related | Message: startup, openBackground, preOpenStack, openStack, preOpenCard Command: revMail Glossary: main stack, handler, message, group, standalone application, command, application Library: Common library, library | |||||||||||||||
Description | Use the revMailUnicode command to create an email message from within a stack. When LiveCode executes the revMailUnicode command, the user's email program is opened (if necessary) and a new email message with the specified parameters is created. The user can change any of the settings before sending the message, and the message is not sent automatically: the user must explicitly send it (for example by clicking the "Send" button in the email program). On Mac OS X systems, the email message is opened in the application the user has set for the "mailto:" protocol in the system preferences. For some older email programs, it may not be possible to specify a ccAddress, mailSubject or messageBody. Generally the revMailUnicode command will still work with such programs, but only the To: header will be set.
|