IIscMessageService_v2GetStatus Method ISC Message API
Retreive the status of one or more previously sent messages.

Namespace: Isc
Assembly: iscmessageservice_v2 (in iscmessageservice_v2.dll) Version: 2.0.0.0
Syntax

JavaScript
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: MessageStatus
Collection of MessageStatus objects. Each object contains an identifier and the state of that message
See Also

Reference