DeliveryFailures Property

Gets the collection of delivery failure information indicating the list of participants who did not receive the original message.

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public ReadOnly Property DeliveryFailures As ICollection(Of MessageDeliveryFailureData)
    Get
'Usage
Dim instance As DeliveryNotificationReceivedEventArgs
Dim value As ICollection(Of MessageDeliveryFailureData)

value = instance.DeliveryFailures
public ICollection<MessageDeliveryFailureData> DeliveryFailures { get; }

Property Value

Type: System.Collections.Generic..::..ICollection<(Of <(<'MessageDeliveryFailureData>)>)>

See Also

Reference

DeliveryNotificationReceivedEventArgs Class

DeliveryNotificationReceivedEventArgs Members

Microsoft.Rtc.Collaboration Namespace