Click or drag to resize

InstantMessage(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 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).
See Also