| Home | All functions | Legacy functions | Categories |
Controls whether the SMTP password is saved in the registry. (legacy name: vuNoPasswordInRegistry()).
Previously exported as (legacy name, still supported):
xFlag (LONG) - 0 allows saving the password, non-zero disables saving the password.A LONG value indicating the result.
When enabled, vuGlobalsSave() (legacy: vuMailSaveGlobals()) will skip writing the “Password” registry value.
ROUTINE:Test_vuGlobalsSetNoPasswordInRegistry ROUTINE
DATA
RC LONG
CODE
RC = vuGlobalsSetNoPasswordInRegistry(1)
STOP('RC=' & RC)
| Home | All functions | Legacy functions | Categories |