Click or drag to resize

InstantMessage Constructor (String, String, String)

Creates a new instance of the InstantMessage class.

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

Parameters

recipient
Type: SystemString
The recipient of the message.
content
Type: SystemString
The content of the message.
contentType
Type: SystemString
The content type of the message (eg. text/plain).
See Also