FailedDeliveryAttemptExists Property
Gets the value to indicate if there were any failed delivery attempts.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property FailedDeliveryAttemptExists As Boolean
Get
'Usage
Dim instance As DeliveryNotificationReceivedEventArgs
Dim value As Boolean
value = instance.FailedDeliveryAttemptExists
public bool FailedDeliveryAttemptExists { get; }
Property Value
Type: System..::..Boolean
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.
See Also
Reference
DeliveryNotificationReceivedEventArgs Class