AcsEmailDeliveryReportReceivedEventData Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Schema of the Data property of an EventGridEvent for a Microsoft.Communication.EmailDeliveryReportReceived event.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsEmailDeliveryReportReceivedEventData+AcsEmailDeliveryReportReceivedEventDataConverter))]
public class AcsEmailDeliveryReportReceivedEventData
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Messaging.EventGrid.SystemEvents.AcsEmailDeliveryReportReceivedEventData+AcsEmailDeliveryReportReceivedEventDataConverter))>]
type AcsEmailDeliveryReportReceivedEventData = class
Public Class AcsEmailDeliveryReportReceivedEventData
Public Class AcsEmailDeliveryReportReceivedEventData
Implements IJsonModel(Of AcsEmailDeliveryReportReceivedEventData), IPersistableModel(Of AcsEmailDeliveryReportReceivedEventData)
- Inheritance
-
AcsEmailDeliveryReportReceivedEventData
- Attributes
- Implements
Properties
DeliveryAttemptTimestamp |
The time at which the email delivery report received timestamp. |
DeliveryStatusDetails |
Detailed information about the status if any. |
InternetMessageId |
The Internet Message Id of the email been sent. |
MessageId |
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. |