IScheduledTaskProperties.MailSubject

Fore Syntax

MailSubject : String;

Fore.NET Syntax

MailSubject : System.String;

Description

The MailSubject property returns the message subject 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 subject.

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

See also:

IScheduledTaskProperties