| Home | All functions | Legacy functions | Categories |
Prototype: vuGetMailLog(*CSTRING OutLogFile), SIGNED, PROC, PASCAL, RAW, NAME(‘vuGetMailLog’)
This is the legacy vuMail function name for vuLogGetFile().
Preferred function name:
This function is exported for backward compatibility and behaves identically to vuLogGetFile().
rc LONG
logFile CSTRING(260)
logFile = ''
rc = vuGetMailLog(logFile)
IF rc = 1
MESSAGE('Current mail log: ' & CLIP(logFile))
END
| Home | All functions | Legacy functions | Categories |