AcsEmailDeliveryReportReceivedEventData interface
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.EmailDeliveryReportReceived event.
Properties
delivery |
The time at which the email delivery report received timestamp |
delivery |
Detailed information about the status if any |
message |
The Id of the email been sent |
recipient | The recipient Email Address |
sender | The Sender Email Address |
status | The status of the email. Any value other than Delivered is considered failed. |
Property Details
deliveryAttemptTimestamp
The time at which the email delivery report received timestamp
deliveryAttemptTimestamp: string
Property Value
string
deliveryStatusDetails
Detailed information about the status if any
deliveryStatusDetails: AcsEmailDeliveryReportStatusDetails
Property Value
messageId
The Id of the email been sent
messageId: string
Property Value
string
recipient
The recipient Email Address
recipient: string
Property Value
string
sender
The Sender Email Address
sender: string
Property Value
string
status
The status of the email. Any value other than Delivered is considered failed.
status: string
Property Value
string