Click or drag to resize

MessageState Class

Possible states for a message to exist in.
Inheritance Hierarchy
SystemEnum
  IscMessageState

Namespace:  Isc
Assembly:  iscmessageservice_v4 (in iscmessageservice_v4.dll) Version: 4.0.0.0
Syntax
public sealed class MessageState : Enum

The MessageState type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberCanceled
Message was accepted by the server, but could not be transmitted to recipient.
Public fieldStatic memberComplete
Message has been transmitted successfully.
Public fieldStatic memberGraphics
Message is rendered for transmission.
Public fieldStatic memberNotFound
Could not locate any messages matching this identifier and sender.
Public fieldStatic memberQueued
Message has been accepted by the server, and is awaiting transmission.
Public fieldStatic memberRejected
Message was not accepted by the server, due to bad input from client.
Public fieldStatic memberSending
Message is actively being transmitted.
Public fieldvalue__
Top
See Also

Reference