Provides a unique identification (ID) for an instant message.

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

Syntax

Visual Basic (Declaration)
Public 
Class 
InstantMessageId
C#
public 
class 
InstantMessageId
Visual C++
public 
ref class 
InstantMessageId
JavaScript

Microsoft.Rtc.Collaboration.InstantMessageId = 
function();

Type.createClass(
		'Microsoft.Rtc.Collaboration.InstantMessageId');

Remarks

This is useful to associate the message with message delivery notification processed later.

Inheritance Hierarchy

Object
   Microsoft.Rtc.Collaboration . . :: . InstantMessageId

See Also