Retrieve message delivery status information. Specify username and password for authentication.

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 MustOverride Function getMessageDeliveryStatus ( _
	mid As MessageId, _
	username As String, _
	password As String _
) As DeliveryStatusInfo()
C#
public abstract DeliveryStatusInfo[] getMessageDeliveryStatus (
	MessageId mid,
	string username,
	string password
)
Visual C++
public:
virtual array<DeliveryStatusInfo^>^ getMessageDeliveryStatus (
	MessageId^ mid, 
	String^ username, 
	String^ password
) abstract

Parameters

mid
hr.tis.mgw.client.message.MessageId
MessageId
username
System.String
Authentication username
password
System.String
Authentication password

Return Value

Array of DeliveryStatusInfo

Remarks

Use MessageId obtained after sending message to retrieve delivery status information. To every address in destination array specified while sending message corresponds one delivery status information. The method throws generic GatewayException which is parent of specific exceptions for various reasons.

Exceptions

ExceptionCondition
hr.tis.mgw.client.GatewayExceptionGeneric exception base class for all exceptions.