Click or drag to resize

Message(IExtensionBase, String, String, String, String, Int32, ListIMessageHeader) Constructor

Initializes a new instance of the Message class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public Message(
	IExtensionBase source,
	string sender,
	string recipient,
	string content,
	string contentType,
	int hopCount,
	List<IMessageHeader> headers
)

Parameters

source  IExtensionBase
The extension who sent the message.
sender  String
The sender 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.
hopCount  Int32
A time-to-live value is decremented when message is precessed.
headers  ListIMessageHeader
Extra headers.
See Also