MessageStatus ClassISC Message API
The current status of a message.
Inheritance Hierarchy

SystemObject
  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

  NameDescription
Public propertyid
The identifier for this message.
Public propertystatus
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.
Top
See Also

Reference