ICallSendInstantMessage(String, MimeType) Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.5.1
Syntaxbool SendInstantMessage(
string content,
MimeType contentType
)
Function SendInstantMessage (
content As String,
contentType As MimeType
) As Boolean
bool SendInstantMessage(
String^ content,
MimeType contentType
)
abstract SendInstantMessage :
content : string *
contentType : MimeType -> bool Parameters
- content String
-
- contentType MimeType
-
Return Value
Boolean
See Also