Edit

Share via


DeliveryNotificationReceivedEventArgs.FailedDeliveryAttemptExists Property

Definition

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.

Applies to