DeliveryNotificationReceivedEventArgs.FailedDeliveryAttemptExists Property
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.
Gets whether there were any failed delivery attempts.
public:
property bool FailedDeliveryAttemptExists { bool get(); };
public bool FailedDeliveryAttemptExists { get; }
member this.FailedDeliveryAttemptExists : bool
Public ReadOnly Property FailedDeliveryAttemptExists As Boolean
Property Value
Remarks
If this is true, the application can access DeliveryFailures for more information regarding the specific failures. If false, the message was successfully delivered to all participants. DeliveryFailures need not be accessed. If accessed, it will return an empty collection.