SmsMessage Class
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.
Represents a single SMS message.
public class SmsMessage
- Inheritance
-
System.ObjectSmsMessage
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. |