Class EmailRecipient

Definition

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

This class represents recipients of an email.

C#
Copy
public class EmailRecipient
Inheritance
System.Object
EmailRecipient

Constructors

View Source

EmailRecipient()

The constructor.

Declaration
C#
Copy
public EmailRecipient()
API Level: 3

Properties

View Source

Address

The email address of the recipient.

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