API Reference
Function
EmailOptions
Configures email options for sending notifications.
Remarks
This function sets the priority and delivery notifications for email notifications.
Examples
EXAMPLE 1
EmailOptions -Priority 'High' -DeliveryNotifications 'OnSuccess'
Configures email options with High priority and delivery notifications on success.
EXAMPLE 2
EmailOptions
Configures email options with default settings.
Common Parameters
This command supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable.
For more information, see about_CommonParameters.
Syntax
EmailOptions [-DeliveryNotifications <OnSuccess|OnFailure|Delay|Never>] [-Encoding <String>] [-Priority <Low|Normal|High>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- DeliveryNotifications Object
- Specifies when delivery notifications should be sent. Valid values are 'None', 'OnSuccess', 'OnFailure', 'Delay', or 'Never'.
- Possible values:
OnSuccess,OnFailure,Delay,Never - Encoding String
- Priority String
- Specifies the priority of the email. Valid values are 'Low', 'Normal', or 'High'.
- Possible values:
Low,Normal,High