IScheduledTaskProperties.MailBody

Syntax

MailBody : String;

Description

The MailBody property determines the message body that informs the user about task completion.

Comments

Such substitutions as &[TASK_RESULT], &[TASK_NAME], &[TASK_ID], &[TASK_START], &[TASK_FINISH] can be used in the message body.

The "&[TASK_RESULT] - &[TASK_FINISH] : &[TASK_NAME]" format is set by default.

See also:

IScheduledTaskProperties