Hunny Software Library Reference

Address.Valid Property

Indicates if the address's syntax is valid.

[Visual Basic]
Public ReadOnly Property Valid As Boolean
[C#]
public bool Valid {get;}

Property Value

boolean value that indicates if the last parse operation succeeded

Remarks

This property is true if the last parse operation succeeded. The property is false if the last parse operation failed (bad address) or if the Parse() method was never called.

See Also

Address Class | Hunny.Mime Namespace