SendInstantMessageResult.MessageId Property
Gets the message id associated with this message as retrieved from tentative acceptance response. Can be Null.
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 SendInstantMessageResult
Dim value As InstantMessageId
value = instance.MessageId
public InstantMessageId MessageId { get; }
Property Value
Type: Microsoft.Rtc.Collaboration.InstantMessageId
Remarks
This value is populated only when the application disabled the BeginSendInstantMessage method from waiting for delivery notification message and the message received a tentative acceptance response.
See Also
Reference
SendInstantMessageResult Class