DeliveryNotificationReceivedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |