Edit

Share via


DeliveryNotificationReceivedEventArgs.DeliveryFailures Property

Definition

Gets the collection of delivery failure information.

public:
 property System::Collections::Generic::ICollection<Microsoft::Rtc::Collaboration::MessageDeliveryFailureData ^> ^ DeliveryFailures { System::Collections::Generic::ICollection<Microsoft::Rtc::Collaboration::MessageDeliveryFailureData ^> ^ get(); };
public System.Collections.Generic.ICollection<Microsoft.Rtc.Collaboration.MessageDeliveryFailureData> DeliveryFailures { get; }
member this.DeliveryFailures : System.Collections.Generic.ICollection<Microsoft.Rtc.Collaboration.MessageDeliveryFailureData>
Public ReadOnly Property DeliveryFailures As ICollection(Of MessageDeliveryFailureData)

Property Value

Remarks

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

Applies to