SendInstantMessageResult.MessageId Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.