| Home | All functions | Categories |
vuEMailClient(), CSTRING
Returns the name of the PCs default email client.
| Parameter | Data Type | Description |
|---|---|---|
| None | This function takes no parameters |
A CSTRING containing the name of the default email client (e.g., Outlook, Outlook Express, Thunderbird).
MESSAGE('My email client is ' & vuEmailClient())
| Home | All functions | Categories |