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