Retrieve message delivery status information.
Use default 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 _ ) As DeliveryStatusInfo() |
| C# |
|---|
public abstract DeliveryStatusInfo[] getMessageDeliveryStatus ( MessageId mid ) |
| Visual C++ |
|---|
public: virtual array<DeliveryStatusInfo^>^ getMessageDeliveryStatus ( MessageId^ mid ) abstract |
Parameters
- mid
- hr.tis.mgw.client.message.MessageId
MessageId
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
| Exception | Condition |
|---|---|
| hr.tis.mgw.client.GatewayException | Generic exception base class for all exceptions. |