Verify Email Address

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi, I have an intranet application that should validate the Email Address
from the local SMTP Server. I have tried using CDO.Message but that does not
seem to have functionality to verify the Email.

Please do let me know the approach for this.
 
Cherry said:
Hi, I have an intranet application that should validate the Email Address
from the local SMTP Server. I have tried using CDO.Message but that does not
seem to have functionality to verify the Email.

Please do let me know the approach for this.

Waht kind of verification do you want to make? Do you just want to make sure
the address is syntaciically correct in which case something like
(e-mail address removed) will pass or do you also want to check whether the mail
server exists?

/Fredrik
 
Back
Top