docs

Home All functions Legacy functions Categories

vuMailClient()

vuMailClient(),CSTRING,PROC,PASCAL,RAW,NAME('vuMailClient')

This legacy-style text helper is declared as returning LONG at the Clarion boundary. The numeric return value is actually the address of a null-terminated C string buffer and can be consumed directly in Clarion string expressions.

Description

Gets the default mail client name using the original vuMail compatibility behavior.

Return value / error codes

Example (Clarion)

MESSAGE('Default mail client: ' & vuMailClient())

Notes

Home All functions Legacy functions Categories