Share via


AcsEmailDeliveryReportReceivedEventData Class

Definition

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
Inheritance
AcsEmailDeliveryReportReceivedEventData
Attributes

Properties

DeliveryAttemptTimestamp

The time at which the email delivery report received timestamp.

DeliveryStatusDetails

Detailed information about the status if any.

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.

Applies to