Share via


MessageId Property

Gets the message id for this message.

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

Syntax

'Declaration
Public ReadOnly Property MessageId As InstantMessageId
    Get
'Usage
Dim instance As InstantMessageReceivedEventArgs
Dim value As InstantMessageId

value = instance.MessageId
public InstantMessageId MessageId { get; }

Property Value

Type: Microsoft.Rtc.Collaboration..::..InstantMessageId

Remarks

If this is null, there is no need to send message delivery notification from the application. If this is non-null, the application is responsible for sending message delivery notification (for success as well as failure).

See Also

Reference

InstantMessageReceivedEventArgs Class

InstantMessageReceivedEventArgs Members

Microsoft.Rtc.Collaboration Namespace