Skip to main content

SignalWire.Relay.Messaging.MessageState

This is an enumeration that represents the different possible message states.

Values

ValueDescription
deliveredThe message has been delivered. Due to the nature of SMS and MMS, receiving a delivered event is not guaranteed, even if the message is delivered successfully.
failedThe message delivery failed.
initiatedThe message delivery has been started.
queuedThe message has been put into the queue for delivery.
sentThe message has been sent for delivery.
undeliveredThe message has not been delivered. Due to the nature of SMS and MMS, receiving an undelivered event is not guaranteed, even if the message fails to be delivered.