MailAddressAddress Property |
Gets or sets the e-mail address.
Namespace:
Aspose.Email
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntaxpublic string Address { get; set; }
Public Property Address As String
Get
Set
public:
virtual property String^ Address {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract Address : string with get, set
override Address : string with get, set
Property Value
Type:
StringA String that contains the e-mail address.
Implements
IMailAddressAddress
See Also