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