Click or drag to resize

ApplicationMessageArgsMessageStatusCode Enumeration

Status of the SMS message.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public enum MessageStatusCode
Members
  Member nameValueDescription
unknown0Unknown
queued1Queued
sending2Sending
sent3Sent
failed4Failed
delivered5Delivered
undelivered6Undelivered
accepted7Twilio has received your API request to send a message with a Messaging Service and a From number is being dynamically selected. This is still the initial status when sending with a Messaging Service and the From parameter.
received200Received
receiving201 The inbound message has been received by Twilio and is currently being processed.
See Also