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

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