VBRNotificationOptions
Contains job notification options.
Properties
|
Property |
Type |
Description |
|---|---|---|
|
EnableAdditionalNotification |
bool |
Indicates if the email notification is enabled (TRUE) or not (FALSE). |
|
AdditionalAddress |
string[] |
The email address for notification. |
|
UseNotificationOptions |
bool |
Indicates that the notifications must use custom settings (TRUE) or global settings (FALSE). Custom settings are:
|
|
NotificationSubject |
string |
The subject that must be used for creating the notification email. |
|
NotifyOnSuccess |
bool |
Indicates if the email is sent if the job finished successfully (TRUE) or not (FALSE). |
|
NotifyOnWarning |
bool |
Indicates if the email is sent if the job finished with warning (TRUE) or not (FALSE). |
|
NotifyOnError |
bool |
Indicates if the email is sent if the job finished with error (TRUE) or not (FALSE). |
|
NotifyOnLastRetryOnly |
bool |
Indicates if the email is sent if the last retry of the job started (TRUE) or not (FALSE). |
Related Commands