Email Address Validation - failure

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 :frowning:
Only with an open round bracket there is an InvalidFormat

It’s a bug?

Best regards

Staff IDS

Hi,

Please try again with this NuGet package:

Install-Package GemBox.Email -Version 17.0.1278-hotfix

Note that this is a hidden pre-released version, to install it you’ll need to run the above command on the NuGet Package Manager Console (Tools → NuGet Package Manager → Package Manager Console).

Does this solve your issue?

Regards,
Mario

Good morning Mario, thanks for the pre-release but today is last working day and from tomorrow we’ll be in holidays Christmas.
We can try the fix from the 7th January.
Thanks and merry Christmas