MessageState Class |
Namespace: Isc
public sealed class MessageState : Enum
The MessageState type exposes the following members.
Name | Description | |
---|---|---|
Canceled |
Message was accepted by the server, but could not be transmitted to recipient.
| |
Complete |
Message has been transmitted successfully.
| |
Graphics |
Message is rendered for transmission.
| |
NotFound |
Could not locate any messages matching this identifier and sender.
| |
Queued |
Message has been accepted by the server, and is awaiting transmission.
| |
Rejected |
Message was not accepted by the server, due to bad input from client.
| |
Sending |
Message is actively being transmitted.
| |
value__ |