docs

Home All functions Legacy functions Categories

vuGlobalsSetNoPasswordInRegistry()

Description

Controls whether the SMTP password is saved in the registry. (legacy name: vuNoPasswordInRegistry()).

Previously exported as (legacy name, still supported):

Parameters

Returns

A LONG value indicating the result.

Notes

When enabled, vuGlobalsSave() (legacy: vuMailSaveGlobals()) will skip writing the “Password” registry value.

Example (Clarion)

ROUTINE:Test_vuGlobalsSetNoPasswordInRegistry   ROUTINE
  DATA
RC   LONG

  CODE
  RC = vuGlobalsSetNoPasswordInRegistry(1)
  STOP('RC=' & RC)
Home All functions Legacy functions Categories