IIscMessageService_v3GetStatus Method |
Retreive the status of one or more previously sent messages.
Namespace:
Isc
Assembly:
iscmessageservice_v3 (in iscmessageservice_v3.dll) Version: 3.0.0.0
Syntax MessageStatus[] GetStatus(
string[] messageIds,
string sender
)
function GetStatus(messageIds, sender);
Parameters
- messageIds
- Type: SystemString
Collection of message identifiers that you wish to track. Identifiers are returned by the Send() method. - sender
- Type: SystemString
The sending account used to transmit these messages. For authentication purposes.
Return Value
Type:
MessageStatusCollection of MessageStatus objects. Each object contains an identifier and a collection of AddressStatus objects. Each AddressStatus object contains a delivery address and the state of the message being delivered to that address.
See Also