A JSON object containing anything you want to override.
| Name | Type | Description | Notes |
|---|---|---|---|
| From | string | The From header for the email. | [optional] |
| To | string | The recipient of the email. | [optional] |
| SendId | string | ID for a particular send. No more than one email will be sent per sendId. | [optional] |
| ReplyTo | List<string> | List of Reply-To header values for the email. | |
| Cc | List<string> | List of email addresses to send as Cc. | |
| Bcc | List<string> | List of email addresses to send as Bcc. |