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