DeliveryNotificationReceived Event
Raised when a message delivery notification is received.
Namespace: Microsoft.Rtc.Collaboration
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Event DeliveryNotificationReceived As EventHandler(Of DeliveryNotificationReceivedEventArgs)
'Usage
Dim instance As InstantMessagingFlow
Dim handler As EventHandler(Of DeliveryNotificationReceivedEventArgs)
AddHandler instance.DeliveryNotificationReceived, handler
public event EventHandler<DeliveryNotificationReceivedEventArgs> DeliveryNotificationReceived