API Reference
Function
EmailLayout
Defines the layout structure for an email content.
Remarks
This function defines the layout structure for an email content using a ScriptBlock. It generates an HTML table layout for the email content.
Examples
EXAMPLE 1
$EmailLayout = {
'Content goes here'
}
EmailLayout -Layout $EmailLayout
Generates an HTML table layout for the email content with the specified content.
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
EmailLayout [-Layout <ScriptBlock>] [<CommonParameters>]
#
Parameter set:
All Parameter SetsParameters
- Layout ScriptBlock
- Specifies the ScriptBlock containing the layout structure for the email content.