AbstractLocalCallSendInstantMessage Method (String, MimeType) |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public abstract bool SendInstantMessage(
string content,
MimeType contentType
)
Public MustOverride Function SendInstantMessage (
content As String,
contentType As MimeType
) As Boolean
public:
virtual bool SendInstantMessage(
String^ content,
MimeType contentType
) abstract
abstract SendInstantMessage :
content : string *
contentType : MimeType -> bool
Parameters
- content
- Type: SystemString
- contentType
- Type: Ozeki.VoIPMimeType
Return Value
Type:
BooleanImplements
ICallSendInstantMessage(String, MimeType)See Also