| Home | All functions | Legacy functions | Categories |
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.
Gets the default mail client name using the original vuMail compatibility behavior.
MESSAGE() and string assignment.MESSAGE('Default mail client: ' & vuMailClient())
DWORD that was actually the address of an internal C string buffer. Clarion can consume that value directly in string expressions, which is why the legacy examples use assignment and MESSAGE() style calls because the Clarion prototype is declared as CSTRING.*CSTRING output buffers.| Home | All functions | Legacy functions | Categories |