InstantMessageReceivedEventArgs.MessageData 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 SIP Request message received.
public:
property Microsoft::Rtc::Signaling::SipRequestData ^ MessageData { Microsoft::Rtc::Signaling::SipRequestData ^ get(); };
public Microsoft.Rtc.Signaling.SipRequestData MessageData { get; }
member this.MessageData : Microsoft.Rtc.Signaling.SipRequestData
Public ReadOnly Property MessageData As SipRequestData
Property Value
Remarks
This property is useful for the application who are interested in accessing headers in the incoming SIP message.