Edit

Share via


DeliveryNotificationReceivedEventArgs Class

Definition

Provides information regarding delivery status of a previously sent message.

public ref class DeliveryNotificationReceivedEventArgs : EventArgs
public class DeliveryNotificationReceivedEventArgs : EventArgs
type DeliveryNotificationReceivedEventArgs = class
    inherit EventArgs
Public Class DeliveryNotificationReceivedEventArgs
Inherits EventArgs
Inheritance
DeliveryNotificationReceivedEventArgs

Properties

DeliveryFailures

Gets the collection of delivery failure information.

FailedDeliveryAttemptExists

Gets whether there were any failed delivery attempts.

MessageId

Gets the message ID of the message corresponding to this notification.

Applies to