| Home | All functions | Legacy functions | Categories |
Clears persisted vuMail/vuMailKit registry settings, saved profiles, active profile metadata, OAuth tokens, pending OAuth files, and saved OAuth settings files. This is the nuclear reset option for troubleshooting.
Prototype: vuResetStoredSettings(), SIGNED, PROC, PASCAL, RAW, NAME(‘vuResetStoredSettings’)
rc LONG
IF MESSAGE('Clear stored vuMailKit settings?', 'Confirm', ICON:Question, |
BUTTON:Yes + BUTTON:No) = BUTTON:Yes
rc = vuResetStoredSettings()
MESSAGE('vuResetStoredSettings rc=' & rc)
END
| Home | All functions | Legacy functions | Categories |