mailslurp_netstandard_2x.Model.ReplyToAliasEmailOptions
Options for replying to an alias email using the alias inbox
Properties
Name | Type | Description | Notes |
---|---|---|---|
Body | string | Body of the reply email you want to send | |
IsHTML | bool | Is the reply HTML | |
Charset | string | The charset that your message should be sent with. Optional. Default is UTF-8 | [optional] |
Attachments | List | List of uploaded attachments to send with the reply. Optional. | [optional] |
TemplateVariables | Dictionary | Template variables if using a template | [optional] |
Template | Guid? | 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 | bool? | Optionally use inbox name as display name for sender email address | [optional] |
Html | bool | [optional] |