Click or drag to resize

Message(IExtensionBase, String, String, String) Constructor

Initializes a new instance of the Message class.

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

Parameters

source  IExtensionBase
The extension who sent the message.
recipient  String
The recepient of the message set by the sender.
content  String
Content of the message.
contentType  String
Content type of the message.
See Also