Initializes a new instance of the ReceivedMms class.

Namespace: hr.tis.mgw.client.message
Assembly:   mgw2-client-1.0.6 (in mgw2-client-1.0.6)
Version: 2.1.0.6

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	refId As String, _
	senderAddress As String, _
	destAddress As String, _
	subject As String, _
	message As String, _
	priority As Priority, _
	regId As String _
)
C#
public ReceivedMms (
	string refId,
	string senderAddress,
	string destAddress,
	string subject,
	string message,
	Priority priority,
	string regId
)
Visual C++
public:
ReceivedMms (
	String^ refId, 
	String^ senderAddress, 
	String^ destAddress, 
	String^ subject, 
	String^ message, 
	Priority priority, 
	String^ regId
)

Parameters

refId
System.String
senderAddress
System.String
destAddress
System.String
subject
System.String
message
System.String
priority
hr.tis.mgw.client.message.Priority
regId
System.String