Address Property
From OpenPop.NET
The email address of this RfcMailAddress
It is possibly string.Empty since RFC mail addresses does not require an email address specified.
public string Address { public get; private set; }
Example
Example header with email address:
To: Test test@mail.com
Address will be test@mail.com
Example header without email address:
To: Test
Address will be Empty.
See Also
RfcMailAddress Class | OpenPop.Mime.Header Namespace