SendInstantMessageResult.DeliveryFailures Property

Definition

Gets the collection of failure notification data. Each notification data identifies the remote participant who failed to receive the message and the response code.

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

Property Value

Collection<MessageDeliveryFailureData>

Remarks

The collection returned is never null but it is populated only when the BeginSendInstantMessage method is configured to handle delivery notifications.

Applies to