Uses of Class
com.azure.messaging.eventgrid.systemevents.AcsEmailDeliveryReportReceivedEventData
Packages that use AcsEmailDeliveryReportReceivedEventData
Package
Description
Package containing the data models for EventGridPublisherClient.
-
Uses of AcsEmailDeliveryReportReceivedEventData in com.azure.messaging.eventgrid.systemevents
Methods in com.azure.messaging.eventgrid.systemevents that return AcsEmailDeliveryReportReceivedEventDataModifier and TypeMethodDescriptionAcsEmailDeliveryReportReceivedEventData.setDeliveryAttemptTimestamp(OffsetDateTime deliveryAttemptTimestamp) Set the deliveryAttemptTimestamp property: The time at which the email delivery report received timestamp.AcsEmailDeliveryReportReceivedEventData.setDeliveryStatusDetails(AcsEmailDeliveryReportStatusDetails deliveryStatusDetails) Set the deliveryStatusDetails property: Detailed information about the status if any.AcsEmailDeliveryReportReceivedEventData.setMessageId(String messageId) Set the messageId property: The Id of the email been sent.AcsEmailDeliveryReportReceivedEventData.setRecipient(String recipient) Set the recipient property: The recipient Email Address.Set the sender property: The Sender Email Address.AcsEmailDeliveryReportReceivedEventData.setStatus(AcsEmailDeliveryReportStatus status) Set the status property: The status of the email.