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