ICallSendInstantMessage(String, MimeType) Method |
Sends MESSAGE request to the other party.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
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
- The content of the message
- contentType MimeType
- The content type of the message
Return Value
BooleanTrue, if the MESSAGE request sent successfully.
See Also