Really depends on what your definition of 'check emails' is. If you're
trying to determine if an entry COULD be a valid email, then I would
suggest using the Regular Expression (RegExp object) that is part of
WScript. If you're trying to determine whether an entry IS a valid
email, that's a little more difficult. There are some third party
controls that will let you validate an email by making a request for an
MX record from the appropriate DNS server (www.serverobjects.com has
one, I believe). However there are a number of domains (notably AOL)
that doesn't allow you to validate emails that way. So ultimately,
there is no absolute way to make sure that an email address really
exists.
Bruce Johnson
TAG Consulting
http://www.tagconsulting.com
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!