你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AcsEmailDeliveryReportReceivedEventData 类

定义

Microsoft.Communication.EmailDeliveryReportReceived 事件的 EventGridEvent 的 Data 属性的架构。

[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
继承
AcsEmailDeliveryReportReceivedEventData
属性

属性

DeliveryAttemptTimestamp

电子邮件送达报告收到时间戳的时间。

DeliveryStatusDetails

有关状态的详细信息(如果有)。

MessageId

已发送电子邮件的 ID。

Recipient

收件人Email地址。

Sender

发件人Email地址。

Status

电子邮件的状态。 除 Delivered 之外的任何值都被视为失败。

适用于