Gets the collection of delivery failure information.

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

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
DeliveryFailures 
As 
ICollection(
Of 

MessageDeliveryFailureData)
C#
public 
ICollection<

MessageDeliveryFailureData> 
DeliveryFailures { 
get; }
Visual C++
public:
property 
ICollection<

MessageDeliveryFailureData^>^ 
DeliveryFailures {
	
ICollection<

MessageDeliveryFailureData^>^ 
get ();
}
JavaScript
function get_
deliveryFailures();

Remarks

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

See Also