Good morning, we try to use [emBox.Email to validate an email address like your example:
Validate an email address in C# and VB.NET
It work fine but in some case fail and here some example:
info at gemboxsoftware com -> Result: Ok
info at gemboxsoftware com) -> **Result: Ok**
info at gemboxsoftware com( -> Result: InvalidFormat
info at gemboxsoftware com[ -> **Result: Ok**
info at gemboxsoftware com] -> **Result: Ok**
In 3 ca,ses the result is Ok (round and square brackets), but it’s wrong
Only with an open round bracket there is an InvalidFormat
It’s a bug?
Best regards
Staff IDS