API Reference
Function
EmailTo
Defines the email addresses to which the email should be sent.
Remarks
This function sets the email addresses to which the email should be sent.
Examples
EXAMPLE 1
EmailTo -Addresses "[email protected]", "[email protected]"
Sets the email addresses to which the email should be sent to "[email protected]" and "[email protected]".
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
EmailTo [-Addresses <String[]>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- Addresses String[]
- Specifies an array of email addresses to which the email should be sent.