Click or drag to resize
IInstantMessageSenderUASendInstantMessage Method (IUserAgentInstance, DialogID, TransportInfo, String, String)

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
bool SendInstantMessage(
	IUserAgentInstance uaInstance,
	DialogID dialogId,
	TransportInfo networkInfo,
	string content,
	string contentType
)

Parameters

uaInstance
Type: Ozeki.VoIPIUserAgentInstance
dialogId
Type: Ozeki.VoIPDialogID
networkInfo
Type: Ozeki.NetworkTransportInfo
content
Type: SystemString
contentType
Type: SystemString

Return Value

Type: Boolean
See Also