Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 926 Bytes

GetTransacEmailContent.md

File metadata and controls

15 lines (12 loc) · 926 Bytes

brevo_csharp.Model.GetTransacEmailContent

Properties

Name Type Description Notes
Email string Email address to which transactional email has been sent
Subject string Subject of the sent email
TemplateId long? Id of the template [optional]
Date string Date on which transactional email was sent
Events List<GetTransacEmailContentEvents> Series of events which occurred on the transactional email
Body string Actual content of the transactional email that has been sent
AttachmentCount long? Count of the attachments that were sent in the email

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