Xbasic
EMAIL_PROFILE_SAVE Function
Syntax
Result_Flag as L = email_profile_save(C profile ,P em )
Arguments
- profileCharacter
The name of an email profile. See EMAIL_GET_ACTIVE().
- emPointer
A dot variable containing email profile settings. See EMAIL_PROFILE_LOAD().
Returns
- Result_FlagLogical
Indicates whether the operation was successful.
Description
Write an email profile to the registry. The EMAIL_PROFILE_SAVE() function saves an email profile to the Windows registry.
Example
dim p as P ? email_profile_save(email_get_active() , p) = .T.
Limitations
Desktop applications only.
See Also