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 name | Value | Description | |
---|---|---|---|
Queued | 0 | Message has been accepted by the server, and is awaiting transmission. | |
Complete | 1 | Message has been transmitted successfully. | |
Canceled | 2 | Message was accepted by the server, but could not be transmitted to all recipients. | |
Rejected | 3 | Message was not accepted by the server, due to bad input from client. | |
NotFound | 4 | Could not locate any messages matching this identifier and sender. |
See Also