| All functions | Legacy functions | About function names |
Save the current active runtime values into a named managed profile.
This is the named-profile save function for Pro and Back Office workflows.
vuSaveProfileExvuSaveProfileEx(*CSTRING ProfileName),LONG,PROC,PASCAL,RAW,NAME('vuSaveProfileEx')| Parameter | Type | Description | Expected values / range |
|---|---|---|---|
| ProfileName | *CSTRING | Managed profile name to save. | Example: work-account. Blank falls back to default. |
1 = success0 = save failed-401 = vuMailKit was not initialized-402 = license is invalid or initialization failed-403 = current license tier does not allow this featurevuSaveProfileEx() saves the current live runtime configuration into the named managed profile.
After a successful save:
ProfileName CSTRING(80)
Result LONG
ProfileName = 'work-account'
Result = vuSaveProfileEx(ProfileName)
ProfileName is blank, the save falls back to default.vuMail registry model.vuMailKitInitialize(LicenseString) at EXE startup before using this function.| All functions | Legacy functions | About function names |