API Reference
Function
EmailFrom
Creates an email object for the sender address.
Remarks
This function creates an email object specifically for the sender address. It takes a single email address as input and returns a custom object representing the sender address.
Examples
EXAMPLE 1
$Sender = EmailFrom -Address '[email protected]'
Creates an email object with the specified sender address.
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
EmailFrom [-Address <String>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- Address String
- Specifies the email address of the sender.