Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of failure notification data. Each notification data identifies the remote participant who failed to receive the message and the response code.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public ReadOnly Property DeliveryFailures As Collection(Of MessageDeliveryFailureData)
Get
'Usage
Dim instance As SendInstantMessageResult
Dim value As Collection(Of MessageDeliveryFailureData)
value = instance.DeliveryFailures
public Collection<MessageDeliveryFailureData> DeliveryFailures { get; }
Property Value
Type: System.Collections.ObjectModel.Collection<MessageDeliveryFailureData>
Remarks
The collection returned is never null but it is populated only when the BeginSendInstantMessage method is configured to handle delivery notifications.
See Also
Reference
SendInstantMessageResult Class