Ozeki VoIP SDK Class library
SendInstantMessage Method (mimeType, contents)
NamespacesOzeki.VoIPICallSendInstantMessage(MimeType, String)
Sends MESSAGE request to the other party.
Declaration Syntax
C#Visual BasicVisual C++
bool SendInstantMessage(
	MimeType mimeType,
	string contents
)
Function SendInstantMessage ( 
	mimeType As MimeType,
	contents As String
) As Boolean
bool SendInstantMessage(
	MimeType mimeType, 
	String^ contents
)
Parameters
mimeType (MimeType)
The type of the message. The type can be plain text, DTMF or SDP
contents (String)
The content of the message
Return Value
Boolean
True, if the MESSAGE request sent successfully.

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649