Class MessagesAddress

Definition

Namespace:
Tizen.Messaging.Messages
Assembly:
Tizen.Messaging.dll
API Level:
3

This class is used to manage the information of the message address.

C#
Copy
public class MessagesAddress
Inheritance
System.Object
MessagesAddress

Constructors

View Source

MessagesAddress(String)

Creates a message address.

Declaration
C#
Copy
public MessagesAddress(string number)
Parameters
Type Name Description
System.String number

The recipient's address to receive a message.

API Level: 3

Properties

View Source

Number

The address of the sender/recipient.

Declaration
C#
Copy
public string Number { get; }
Property Value
Type Description
System.String
API Level: 3