ICallSendInstantMessage Method (String, String) |
Sends MESSAGE request to the other party.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax bool SendInstantMessage(
string content,
string contentType
)
Function SendInstantMessage (
content As String,
contentType As String
) As Boolean
bool SendInstantMessage(
String^ content,
String^ contentType
)
abstract SendInstantMessage :
content : string *
contentType : string -> bool
Parameters
- content
- Type: SystemString
The content of the message - contentType
- Type: SystemString
The content type of the message
Return Value
Type:
BooleanTrue, if the MESSAGE request sent successfully.
See Also