<email>
Creates new e-mail message using default e-mail client.
Command Tree
:
Internet \ E-mail
.
Syntax
:
<email>(
"Address"
,
WindowState
)
Address
E-mail address (e.g., support@mycompany.com). The address can be empty.
WindowState
The state of the window:
0 - Normal
1 - Maximized
2 - Minimized
.
.
Example
:
<#> This command creates new mail message
<#>
<email>("",0)