MailDeleteProfile

sql

FUNCTION MailDeleteProfile(INOUT profile CHAR(63)) RETURNS INT;

Parameters

profile name of the mailing profile

Since version

8.0

Description

Deletes and removes a mailing profile. A temporary profile cannot be deleted if it's currently in use (it will be automatically delete after the CloseWBMail function is called). Permanent profiles may only be deleted by the configuration administrator.

Function value

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

See