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