Class SendSmsResponse
Represents the response from sending an SMS message via the Vonage SMS API.
public class SendSmsResponse
- Inheritance
-
SendSmsResponse
- Inherited Members
Properties
MessageCount
The number of messages generated from the request. Long messages may be split into multiple parts.
[JsonProperty("message-count")]
public string MessageCount { get; set; }
Property Value
Messages
The array of message results, one for each message part sent. Check Status to verify delivery status.
public SmsResponseMessage[] Messages { get; set; }