Class EmailRecipient

Definition

Namespace:
Tizen.Messaging.Email
Assembly:
Tizen.Messaging.dll

This class represents recipients of an email.

C#
Copy
public class EmailRecipient
Inheritance
object
EmailRecipient

Constructors

View Source

EmailRecipient()

The constructor.

Declaration
C#
Copy
public EmailRecipient()

Properties

View Source

Address

The email address of the recipient.

Declaration
C#
Copy
public string Address { get; set; }
Property Value
Type Description
string