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