Hello Everyone,

I am writing a VBScript that queries an Oracle database for leases that are expiring and then emails the leasing agent based on the "name" field in the database. The name is supposed to be entered as "First Name" "Last Name". The default smtp format for all employee is first initial last name @company.com. The problem is that since the text field you enter the name in excepts anything, there is room for typos and errors... Therefore, the email address may not be valid.

Since all of the email addresses should be for employees, is there a way to confirm the existence of the email address against the address book?

Any help or comments is appreciated. Thanks!

Chrissy