Table of Contents

Class SendSmsResponse

Namespace
Vonage.Messaging
Assembly
Vonage.dll

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

string

Messages

The array of message results, one for each message part sent. Check Status to verify delivery status.

public SmsResponseMessage[] Messages { get; set; }

Property Value

SmsResponseMessage[]