SendInstantMessageResult.DeliveryFailures Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Remarks
The collection returned is never null but it is populated only when the BeginSendInstantMessage method is configured to handle delivery notifications.