Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 862 Bytes

File metadata and controls

16 lines (12 loc) · 862 Bytes

HubSpot.NET.Model.PublicSingleSendEmail

A JSON object containing anything you want to override.

Properties

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.

[Back to Model list] [Back to API list] [Back to README]