Click or drag to resize
AbstractLocalCallSendInstantMessage Method (String, MimeType)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public abstract bool SendInstantMessage(
	string content,
	MimeType contentType
)

Parameters

content
Type: SystemString
contentType
Type: Ozeki.VoIPMimeType

Return Value

Type: Boolean

Implements

ICallSendInstantMessage(String, MimeType)
See Also