# mailslurp.Model.ReplyToAliasEmailOptions
Options for replying to an alias email using the alias inbox
# Properties
Name | Type | Description | Notes |
---|---|---|---|
Attachments | List<string> | List of uploaded attachments to send with the reply. Optional. | [optional] |
Body | string | Body of the reply email you want to send | [optional] |
Charset | string | The charset that your message should be sent with. Optional. Default is UTF-8 | [optional] |
IsHTML | bool | Is the reply HTML | [optional] |
SendStrategy | string | When to send the email. Typically immediately | [optional] |
Template | Guid | Template ID to use instead of body. Will use template variable map to fill defined variable slots. | [optional] |
TemplateVariables | Object | Template variables if using a template | [optional] |
[Back to Model list] [Back to API list] [Back to README]