MailSetProfileProp

sql

FUNCTION MailSetProfileProp(INOUT profile : CHAR(63), INOUT propname : CHAR(63), INOUT propvalue : CHAR(255)) RETURNS INT;

Parameters

profile name of the mailing profile
propname name of the parameter of the mailing profile
propvalue new value of the parameter of the mailing profile

Since version

8.0

Description

Assign a new (nonempty) value to the specified parameter of the mailing profile; if the propname parameter doesn't exist, it will be created. Standard (permanent) profiles may be modified only by the configuration administrator, temporary profiles may be modified by any user (except the FilePath parameter). Password for mail access or for establishing phone connection may not be modified by this function.

You may not assign empty value with this function.

Function value:

This function returns 0 if successful, the error number otherwise.

See