DeliveryNotificationReceivedEventArgs Members
Include Protected Members
Include Inherited Members
Provides information regarding delivery status of a previously sent message.
The DeliveryNotificationReceivedEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
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. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
ToString | (inherited from Object) |
Top