--- title: "VBRNotificationOptions" description: "Contains job notification options. Property Type Description bool Indicates if the email notification is enabled (TRUE) or not (FALSE). string[] The email address for notification." canonical: "https://helpcenter.veeam.com/docs/vbr/powershell/vbrnotificationoptions.html" breadcrumb: "Veeam PowerShell Reference > Veeam PowerShell Reference > Veeam PowerShell Types > VBRNotificationOptions" dateModified: "2026-08-19" --- # 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). |