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

Namespace:  Microsoft.Rtc.Collaboration
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Public 
ReadOnly 
Property 
MessageId 
As 

InstantMessageId
C#
public 

InstantMessageId 
MessageId { 
get; }
Visual C++
public:
property 

InstantMessageId^ 
MessageId {
	

InstantMessageId^ 
get ();
}
JavaScript
function get_
messageId();

Remarks

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

See Also