Click or drag to resize

MessageState Enumeration

Possible states for a message to exist in.

Namespace:  Isc
Assembly:  iscmessageservice_v3 (in iscmessageservice_v3.dll) Version: 3.0.0.0
Syntax
public enum MessageState
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