How to verify if a email address exists?
Posted
by smartali89
on Stack Overflow
See other posts from Stack Overflow
or by smartali89
Published on 2010-05-01T13:53:56Z
Indexed on
2010/05/01
13:57 UTC
Read the original article
Hit count: 294
c#
Is there any possible way to find out if an email address exists in c#?
e.g. I have an email address like [email protected] or [email protected] How can I do the validation?
© Stack Overflow or respective owner