Click or drag to resize

Message Constructor (IExtensionBase, String, String)

Initializes a new instance of the Message class.

Namespace:  Ozeki.VoIP
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public Message(
	IExtensionBase source,
	string recipient,
	string content
)

Parameters

source
Type: Ozeki.VoIPIExtensionBase
The extension who sent the message.
recipient
Type: SystemString
The recepient of the message set by the sender.
content
Type: SystemString
Content of the message.
See Also