SmsMessage Class

Definition

Represents a single SMS message.

public class SmsMessage
Inheritance
System.Object
SmsMessage

Constructors

SmsMessage()

Creates a new instance of SmsMessage

SmsMessage(String, IEnumerable<String>)

Creates a new instance of SmsMessage

SmsMessage(String, String)

Creates a new instance of SmsMessage

Properties

Body

Gets the body of the message.

Recipients

Gets the recipient of the message.

Applies to