다음을 통해 공유


DeliveryNotificationReceivedEventArgs.DeliveryFailures Property

Gets the collection of delivery failure information.

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<MessageDeliveryFailureData>

Remarks

Includes the list of participants who did not receive the original message.

See Also

Reference

DeliveryNotificationReceivedEventArgs Class

DeliveryNotificationReceivedEventArgs Members

Microsoft.Rtc.Collaboration Namespace