Gets the message ID for this message.

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

If MessageId is null, the application does not need to send a message delivery notification. Otherwise the application must send a message delivery notification for success or failure.

See Also