nouveau-theatre-de-besancon/vendor/getbrevo/brevo-php/docs/Model/GetInboundEmailEventsByUuid.md
2024-09-04 18:30:33 +02:00

17 lines
1.3 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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 clients webhook | [optional]
**recipient** | **string** | Recipients email address | [optional]
**sender** | **string** | Senders 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** | [**\Brevo\Client\Model\GetInboundEmailEventsByUuidAttachments[]**](GetInboundEmailEventsByUuidAttachments.md) | List of attachments of the email. This will be present only after the processing is done. | [optional]
**logs** | [**\Brevo\Client\Model\GetInboundEmailEventsByUuidLogs[]**](GetInboundEmailEventsByUuidLogs.md) | List of events/logs that describe the lifecycle of the email on SIB platform | [optional]
[[Back to Model list]](../../README.md#documentation-for-models) [[Back to API list]](../../README.md#documentation-for-api-endpoints) [[Back to README]](../../README.md)