| All functions | Legacy functions | About function names |
Save the current active runtime values into the managed profile named default.
This is the normal Basic-safe profile save function used by the setup wizard and by single-profile applications.
vuSaveProfilevuSaveProfile(),LONG,PROC,PASCAL,RAW,NAME('vuSaveProfile')1 = success0 = save failed-401 = vuMailKit was not initialized-402 = license is invalid or initialization failed-403 = current license tier does not allow this featurevuSaveProfile() saves the current live runtime configuration into the internal managed profile key default.
That includes the current settings already loaded or set in memory, such as:
After a successful save:
default managed profile becomes the active profileResult LONG
Result = vuSaveProfile()
vuMail registry model once managed profiles are active.vuSaveProfileEx(ProfileName) only when you need named profiles and have the required license tier.| All functions | Legacy functions | About function names |