| MailBoxAddress Property |
Gets email address e.g. "john.smith@example.com".
Namespace:
Limilabs.Mail.Headers
Assembly:
Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax public string Address { get; }
Public ReadOnly Property Address As String
Get
public:
property String^ Address {
String^ get ();
}
member Address : string with get
Property Value
Type:
StringSee Also