Click or drag to resize

Message(String, 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.5.1
Syntax
public Message(
	string id,
	IExtensionBase source,
	string sender,
	string recipient,
	string content,
	string contentType,
	int hopCount = 10,
	List<IMessageHeader> headers = null
)

Parameters

id  String
 
source  IExtensionBase
 
sender  String
 
recipient  String
 
content  String
 
contentType  String
 
hopCount  Int32  (Optional)
 
headers  ListIMessageHeader  (Optional)
 
See Also