Click or drag to resize
InstantMessage Constructor (String, String, 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 sender,
	string recipient,
	string content,
	string contentType
)

Parameters

sender
Type: SystemString
The sender of the message.
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