Initializes a new instance of the DeliveryReport 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 ( _
	senderAddress As String, _
	destAddress As String, _
	messageId As String, _
	registrationId As String, _
	status As Status _
)
C#
public DeliveryReport (
	string senderAddress,
	string destAddress,
	string messageId,
	string registrationId,
	Status status
)
Visual C++
public:
DeliveryReport (
	String^ senderAddress, 
	String^ destAddress, 
	String^ messageId, 
	String^ registrationId, 
	Status status
)

Parameters

senderAddress
System.String
destAddress
System.String
messageId
System.String
registrationId
System.String
status
hr.tis.mgw.client.message.Status