TwilioMessage.SmsStatus Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
The status of the message, such as "received".
Remarks
See message status values for a list of the possible values.