| Home | All functions | Legacy functions | Categories |
Prototype: vuGetMailProxy(*CSTRING OutProxyHost, *LONG OutProxyPort), SIGNED, PROC, PASCAL, RAW, NAME(‘vuGetMailProxy’)
This is the legacy vuMail function name.
Preferred function name:
This function is exported for backward compatibility and behaves identically to vuNetGetProxy().
rc LONG
proxyHost CSTRING(256)
proxyPort LONG
proxyHost = ''
proxyPort = 0
rc = vuGetMailProxy(proxyHost, proxyPort)
IF rc = 1
MESSAGE('Proxy=' & CLIP(proxyHost) & '|Port=' & proxyPort)
END
| Home | All functions | Legacy functions | Categories |