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