SendMessageByPhoneNumberResponse.DeliveryStatus 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.
Current status of this message. This can be 'sending', 'delivered', 'error', or 'send'.
[System.Text.Json.Serialization.JsonPropertyName("delivery_status")]
public string DeliveryStatus { get; set; }
[<System.Text.Json.Serialization.JsonPropertyName("delivery_status")>]
member this.DeliveryStatus : string with get, set
Public Property DeliveryStatus As String
Property Value
- Attributes