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

AcsEmailDeliveryReportReceivedEventData interface

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

属性

deliveryAttemptTimestamp

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

deliveryStatusDetails

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

messageId

已发送电子邮件的 ID

recipient

收件人Email地址

sender

发件人Email地址

status

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

属性详细信息

deliveryAttemptTimestamp

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

deliveryAttemptTimestamp: string

属性值

string

deliveryStatusDetails

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

deliveryStatusDetails: AcsEmailDeliveryReportStatusDetails

属性值

messageId

已发送电子邮件的 ID

messageId: string

属性值

string

recipient

收件人Email地址

recipient: string

属性值

string

sender

发件人Email地址

sender: string

属性值

string

status

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

status: string

属性值

string