SmsMessage Class

Definition

Represents a single SMS message.

public ref class SmsMessage
public class SmsMessage
type SmsMessage = class
Public Class SmsMessage
Inheritance
SmsMessage

Constructors

SmsMessage()

Initializes a new instance of the SmsMessage class.

SmsMessage(String, IEnumerable<String>)

Initializes a new instance of the SmsMessage class.

SmsMessage(String, String)

Initializes a new instance of the SmsMessage class.

Properties

Body

Gets or sets the body of this message.

Recipients

Gets or sets the recipients for this message.

Applies to