Hunny Software Library Reference

AddressData.DisplayName Property

Gets the display name of an email address.

[Visual Basic]
Public ReadOnly Property DisplayName As String
[C#]
public string DisplayName {get;}

Property Value

The display name of an email address.

Remarks

For the email address "John Doe <jdoe@example.com>", the display name would be "John Doe".

If the address does not have a display name, this property's value is an empty String.

See Also

AddressData Class | Hunny.Mail Namespace