MailCreateProfile

sql

FUNCTION MailCreateProfile(INOUT profile CHAR(63), IN temp BOOLEAN) RETURNS INT;

Parameters

profile name of the mailing profile
temp temporary profile flag

Since version

8.0

Description

Creates a new and empty mailing profile. If the temp parameter is set, a temporary profile will be created (not saved persistently). A temporary profile may be used for initializing mail as any other normal profile, and gets automatically deleted when ending work wil mail by calling the CloseWBMail function. Standard (permanent) profiles may be created only by a configuration administrator, temporary profiles may be created by any user.

Function value

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

See