SendSMTPEnvelopeOptions
Properties
Name | Type | Description | Notes |
---|---|---|---|
RcptTo | String[] | ||
MailFrom | String | ||
VarData | String |
Examples
- Prepare the resource
$SendSMTPEnvelopeOptions = Initialize-maislurp-client-powershellSendSMTPEnvelopeOptions -RcptTo null `
-MailFrom null `
-VarData null
- Convert the resource to JSON