Edit

Share via


SendInstantMessageResult.MessageId Property

Definition

Gets the message id associated with this message as retrieved from tentative acceptance response. Can be Null.

public:
 property Microsoft::Rtc::Collaboration::InstantMessageId ^ MessageId { Microsoft::Rtc::Collaboration::InstantMessageId ^ get(); };
public Microsoft.Rtc.Collaboration.InstantMessageId MessageId { get; }
member this.MessageId : Microsoft.Rtc.Collaboration.InstantMessageId
Public ReadOnly Property MessageId As InstantMessageId

Property Value

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.

Applies to