The current status of a message.
Inheritance Hierarchy
IscMessageStatus
Namespace: Isc
Assembly: iscmessageservice_v2 (in iscmessageservice_v2.dll) Version: 2.0.0.0
Syntax
JavaScript
Isc.MessageStatus = function(); Type.createClass( 'Isc.MessageStatus');
The MessageStatus type exposes the following members.
Properties
Name | Description | |
---|---|---|
id |
The identifier for this message.
| |
status |
The state that this message is in. If there was no message found using the provided identifier and sender, this will be set to NotFound.
|
See Also