mail([mailto_uri])
Class: SwingUI.
Description:
Opens the default mail client’s compose window with fields pre-filled according to a mailto: URI.
The mailto: URI can include message fields such as to, cc, subject, body, etc.
For details, see RFC 2368 (The mailto URL scheme).
In some cases an error message may provide details as to why starting the application failed.
Parameters:
| Name | Type | Default | Description |
|---|---|---|---|
|
|
string |
"" |
A |
Returns:
Returns true if this action is supported by the operating system and the default mail application compose window starts successfully; otherwise returns false.
Type: boolean
