Email validation
-
Hi, I want to validate the email address using c#. I dont wnat to user any validator. Is it possible... thanks in advance Thanks Warm Regards Prakash-B
-
Hi, I want to validate the email address using c#. I dont wnat to user any validator. Is it possible... thanks in advance Thanks Warm Regards Prakash-B
As a wise man once said Where does the first link lead you?[^] So, you can use a regex as the above link will no doubt tell you, that will tell you if the email address is in the correct format. You could also look for a webservice that will validate an email address as active - google will tell you more. However, what did you mean by "I dont want to use a Validator"? Is this a web form or a winform?
-
Hi, I want to validate the email address using c#. I dont wnat to user any validator. Is it possible... thanks in advance Thanks Warm Regards Prakash-B
Beside Jamie's Regex validator, you can simply just check DNS for the domain name to check for validity. xacc.ide-0.1.1.4 - now with LSharp integration and scripting :)
-
Beside Jamie's Regex validator, you can simply just check DNS for the domain name to check for validity. xacc.ide-0.1.1.4 - now with LSharp integration and scripting :)
Hi, Thanks for your flying reply. Thanks Warm Regards Prakash-B