Click or drag to resize

InstantMessage(String, String, String, String) Constructor

Creates a new instance of the InstantMessage class.

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