# OAIReplyToAliasEmailOptions
# Properties
Name | Type | Description | Notes |
---|---|---|---|
attachments | *NSArray<NSString>*** | List of uploaded attachments to send with the reply. Optional. | [optional] |
body | NSString* | Body of the reply email you want to send | [optional] |
charset | NSString* | The charset that your message should be sent with. Optional. Default is UTF-8 | [optional] |
isHTML | NSNumber* | Is the reply HTML | [optional] |
sendStrategy | NSString* | When to send the email. Typically immediately | [optional] |
template | NSString* | Template ID to use instead of body. Will use template variable map to fill defined variable slots. | [optional] |
templateVariables | NSObject* | Template variables if using a template | [optional] |
[Back to Model list] [Back to API list] [Back to README]