Click or drag to resize

IIscMessageService_v4GetStatus Method

Retrieve the status of one or more previously sent messages.

Namespace:  Isc
Assembly:  iscmessageservice_v4 (in iscmessageservice_v4.dll) Version: 4.0.0.0
Syntax
MessageStatus[] GetStatus(
	string[] messageIds,
	string sender
)

Parameters

messageIds
Type: SystemString
Collection of message identifiers that you wish to track. Identifiers are returned by the Send() methods.
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 a collection of AddressStatus objects. Each AddressStatus object contains a delivery address, sent datetime, and the state of the message being delivered to that address.
See Also