Class SmsMessage
Definition
- Assembly:
- Tizen.Messaging.dll
This class represents short text messages.
public class SmsMessage : Message, IDisposable
- Inheritance
- Implements
-
System.IDisposable
Constructors
View SourceSmsMessage()
Creates a short text message.
Declaration
public SmsMessage()
Properties
View SourceTo
The collection of normal message recipients.
Declaration
public ICollection<MessagesAddress> To { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.ICollection<T><MessagesAddress> |
Implements
System.IDisposable