Click or drag to resize
InstantMessage Constructor (String, String)
Creates a new instance of the InstantMessage class.

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

Parameters

recipient
Type: SystemString
The recipient of the message.
content
Type: SystemString
The content of the message.
See Also