TwilioMessage.SmsStatus Property

Definition

Gets or sets the status of the message.

public string SmsStatus { get; set; }
member this.SmsStatus : string with get, set
Public Property SmsStatus As String

Property Value

String

The status of the message, such as "received".

Remarks

See [message status values](https://aka.ms/twilio-message-status-values)

for a list of the possible values.

Applies to