ADSJob class

GoodRunNotificationRecipients Property

    Arcana Scheduler Help

The GoodRunNotificationRecipients property specifies e-mail and/or network broadcast recipients who will receive notification if the scheduled program returns an exit code that indicates success (based on the ExitCodeCriterion and ExitCodeComparisonOperator properties) and the GoodRunAction property is set to ADS_SEND_NOTIFICATION.

Data Type

BSTR

Syntax

 

C++

job->get_GoodRunNotificationRecipients(BSTR *recipients)
job
->put_GoodRunNotificationRecipients (BSTR recipients)

VB

job.GoodRunNotificationRecipients

Remarks

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).