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