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 [email protected]
Address will be [email protected]
Example header without email address:
To: Test
Address will be Empty.
See Also
RfcMailAddress Class | OpenPop.Mime.Header Namespace