MailAddressAddress Property

Gets or sets the e-mail address.

Namespace:  Aspose.Email
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public string Address { get; set; }

Property Value

Type: String
A String that contains the e-mail address.

Implements

IMailAddressAddress
See Also