SendMail: Boolean;
SendMail: Boolean;
The SendMail property determines whether notifications about task completion are sent by email.
Available values:
True. Send notifications by email. Recipient list is set in the IScheduledTaskProperties.MailRecipients property or can be created dynamically according to any proper algorithm.
False. Default value. Do not send notifications by email.
The example of use is given in the description of the IScheduledTaskProperties.UseDynamicMailList property.
See also: