Click or drag to resize
Message Constructor (IExtensionBase, String, String, String, String, Int32, ListIMessageHeader)
Initializes a new instance of the Message class.

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

Parameters

source
Type: Ozeki.VoIPIExtensionBase
The extension who sent the message.
sender
Type: SystemString
The sender who sent the message.
recipient
Type: SystemString
The recepient of the message set by the sender.
content
Type: SystemString
Content of the message.
contentType
Type: SystemString
Content type of the message.
hopCount
Type: SystemInt32
A time-to-live value is decremented when message is precessed.
headers
Type: System.Collections.GenericListIMessageHeader
Extra headers.
See Also