ADSJob class
Arcana Scheduler Help
The FailureNotificationRecipients property specifies e-mail and/or network broadcast recipients who will receive notification if the Scheduler cannot start the scheduled program and the FailureAction property is set to ADS_SEND_NOTIFICATION.
BSTR
C++ |
job->get_FailureNotificationRecipients(BSTR
*recipients) |
VB |
job.FailureNotificationRecipients |
The recipients list may contain any number of recipients separated by commas. Each recipient must be a valid SMTP e-mail address (for e-mail notification) or the name of a computer or user to notify (for network broadcast notification).