Table of Contents

Enum MessageState

Namespace
Inetlab.SMPP.Common
Assembly
Inetlab.SMPP.dll

States for a short message.

public enum MessageState : byte

Fields

Accepted = 6

Message is in accepted state (i.e. has been manually read on behalf of the subscriber by customer service)

Deleted = 4

Message has been deleted.

Delivered = 2

Message is delivered to destination

Enroute = 1

The message is in enroute state.

Expired = 3

Message validity period has expired.

None = 0
Rejected = 8

Message is in a rejected state

Undeliverable = 5

Message is undeliverable

Unknown = 7

Message is in invalid state