Ozeki VoIP SDK Class library
InstantMessage Constructor (recipient, content)
NamespacesOzeki.VoIP.SIPInstantMessageInstantMessage(String, String)
Creates a new instance of the InstantMessage class.
Declaration Syntax
C#Visual BasicVisual C++
public InstantMessage(
	string recipient,
	string content
)
Public Sub New ( 
	recipient As String,
	content As String
)
public:
InstantMessage(
	String^ recipient, 
	String^ content
)
Parameters
recipient (String)
The recipient of the message.
content (String)
The content of the message.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290