The email address of this RfcMailAddress
It is possibly string.Empty since RFC mail addresses does not require an email address specified.
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.
RfcMailAddress Class | OpenPop.Mime.Header Namespace