Click or drag to resize

InstantMessage(String, String, String, String, String) Constructor

Initializes a new instance of the InstantMessage class

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntax
public InstantMessage(
	string id,
	string sender,
	string recipient,
	string content,
	string contentType
)

Parameters

id  String
 
sender  String
 
recipient  String
 
content  String
 
contentType  String
 
See Also