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

Parameters

id
Type: SystemString
The unique ID of the message.
sender
Type: SystemString
The sender of the message.
recipient
Type: SystemString
The recipient who will receive the message.
content
Type: SystemString
The content of the message.
contentType
Type: SystemString
The content type of the message (eg. text/plain).
See Also