ICallSendInstantMessage Method (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
)
Function SendInstantMessage (
content As String
) As Boolean
bool SendInstantMessage(
String^ content
)
abstract SendInstantMessage :
content : string -> bool
Parameters
- content
- Type: SystemString
The content of the message
Return Value
Type:
BooleanTrue, if the MESSAGE request sent successfully.
See Also