ICallSendInstantMessage(String, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxbool 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 String
-
- contentType String
-
Return Value
Boolean
See Also