Edit

Share via


DeliveryNotificationReceivedEventArgs.MessageId Property

Definition

Gets the message ID of the message corresponding to this notification.

public:
 property Microsoft::Rtc::Collaboration::InstantMessageId ^ MessageId { Microsoft::Rtc::Collaboration::InstantMessageId ^ get(); };
public Microsoft.Rtc.Collaboration.InstantMessageId MessageId { get; }
member this.MessageId : Microsoft.Rtc.Collaboration.InstantMessageId
Public ReadOnly Property MessageId As InstantMessageId

Property Value

Remarks

The application can find the cached message matching the message ID.

Applies to