Ozeki VoIP SDK Class library
Message Constructor (source, sender, recipient, content, contentType)
NamespacesOzeki.VoIP.PBXMessageMessage(IExtension, String, String, String, MimeType)
Initializes a new instance of the Message class
Declaration Syntax
C#Visual BasicVisual C++
public Message(
	IExtension source,
	string sender,
	string recipient,
	string content,
	MimeType contentType
)
Public Sub New ( 
	source As IExtension,
	sender As String,
	recipient As String,
	content As String,
	contentType As MimeType
)
public:
Message(
	IExtension^ source, 
	String^ sender, 
	String^ recipient, 
	String^ content, 
	MimeType contentType
)
Parameters
source (IExtension)
sender (String)
recipient (String)
content (String)
contentType (MimeType)

Assembly: VoIPSDK (Module: VoIPSDK.dll) Version: 10.1.12.649