Click or drag to resize

ICallSendInstantMessage Method (String, MimeType)

Sends MESSAGE request to the other party.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
bool SendInstantMessage(
	string content,
	MimeType contentType
)

Parameters

content
Type: SystemString
The content of the message
contentType
Type: Ozeki.VoIPMimeType
The content type of the message

Return Value

Type: Boolean
True, if the MESSAGE request sent successfully.
See Also