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