MessageState EnumerationISC Message API
Possible states for a message to exist in.

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

JavaScript
Isc.MessageState = function();
Isc.MessageState.createEnum('Isc.MessageState', false);
Members

  Member nameValueDescription
Queued0 Message has been accepted by the server, and is awaiting transmission.
Complete1 Message has been transmitted successfully.
Canceled2 Message was accepted by the server, but could not be transmitted to all recipients.
Rejected3 Message was not accepted by the server, due to bad input from client.
NotFound4 Could not locate any messages matching this identifier and sender.
See Also

Reference