Class MessagesAddress
Definition
- Assembly:
- Tizen.Messaging.dll
This class is used to manage the information of the message address.
public class MessagesAddress
- Inheritance
-
objectMessagesAddress
Constructors
View SourceMessagesAddress(string)
Creates a message address.
Declaration
public MessagesAddress(string number)
Parameters
| Type | Name | Description |
|---|---|---|
| string | number | The recipient's address to receive a message. |
Properties
View SourceNumber
The address of the sender/recipient.
Declaration
public string Number { get; }
Property Value
| Type | Description |
|---|---|
| string |