Hunny Software Library Reference

AddressData.Domain Property

Gets the domain of an email address.

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

Property Value

The domain of an email address.

Remarks

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

See Also

AddressData Class | Hunny.Mail Namespace