Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 1.3 KB

GetInboundEmailEventsByUuid.md

File metadata and controls

16 lines (13 loc) · 1.3 KB

brevo_csharp.Model.GetInboundEmailEventsByUuid

Properties

Name Type Description Notes
ReceivedAt DateTime? Date when email was received on SMTP relay [optional]
DeliveredAt DateTime? Date when email was delivered successfully to client’s webhook [optional]
Recipient string Recipient’s email address [optional]
Sender string Sender’s email address [optional]
MessageId string Value of the Message-ID header. This will be present only after the processing is done. [optional]
Subject string Value of the Subject header. This will be present only after the processing is done. [optional]
Attachments List<GetInboundEmailEventsByUuidAttachments> List of attachments of the email. This will be present only after the processing is done. [optional]
Logs List<GetInboundEmailEventsByUuidLogs> List of events/logs that describe the lifecycle of the email on SIB platform [optional]

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