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