ReplyToAliasEmailOptions
Properties
Name | Type | Description | Notes |
Body | String | Body of the reply email you want to send | |
IsHTML | Boolean | Is the reply HTML | |
Charset | String | The charset that your message should be sent with. Optional. Default is UTF-8 | [optional] |
Attachments | String[] | List of uploaded attachments to send with the reply. Optional. | [optional] |
TemplateVariables | System.Collections.Hashtable | Template variables if using a template | [optional] |
Template | String | Template ID to use instead of body. Will use template variable map to fill defined variable slots. | [optional] |
SendStrategy | String | How an email should be sent based on its recipients | [optional] |
UseInboxName | Boolean | Optionally use inbox name as display name for sender email address | [optional] |
Html | Boolean | | [optional] |
Examples
$ReplyToAliasEmailOptions = Initialize-maislurp-client-powershellReplyToAliasEmailOptions -Body null `
-IsHTML null `
-Charset null `
-Attachments null `
-TemplateVariables null `
-Template null `
-SendStrategy null `
-UseInboxName null `
-Html null
- Convert the resource to JSON
$ReplyToAliasEmailOptions | ConvertTo-JSON
[Back to Model list] [Back to API list] [Back to ]