SmsMessage
Wisej.Hybrid.Shared.Communication.SmsMessage
Namespace: Wisej.Hybrid.Shared.Communication
Assembly: Wisej.Hybrid (3.5.0.0)
Represents a single SMS message.
public class SmsMessage
Constructors
SmsMessage()

Initializes a new instance of the SmsMessage class.
SmsMessage(body, recipient)

Initializes a new instance of the SmsMessage class.
SmsMessage(body, recipients)

Initializes a new instance of the SmsMessage class.
Name
Type
Description
Values in recipients that are or whitespace are not added as recipients.
Properties
Body

String: Gets or sets the body of this message.
Recipients

List<String>: Gets or sets the recipients for this message.
Last updated