LocalCallSendInstantMessage(String, String) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic override bool SendInstantMessage(
string content,
string contentType
)
Public Overrides Function SendInstantMessage (
content As String,
contentType As String
) As Boolean
public:
virtual bool SendInstantMessage(
String^ content,
String^ contentType
) override
abstract SendInstantMessage :
content : string *
contentType : string -> bool
override SendInstantMessage :
content : string *
contentType : string -> bool
Parameters
- content String
-
- contentType String
-
Return Value
BooleanImplements
ICallSendInstantMessage(String, String)
See Also