Click or drag to resize

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

Creates a new instance of the InstantMessage class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
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).
See Also