Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Resolve Outlook Recipients with VBA

Status
Not open for further replies.

PatrioticTX

Programmer
Dec 5, 2001
18
US
I am trying to use VBA to resolve Outlook recipients before before sending a message (like pressing the "Check Names" button when sending an Outlook e-mail.

A name will be entered into a textbox on an access form. I will use the After Update event to run code that resolves the entered name based on the Global Address List. An e-mail will not be sent at this time. I already know how to send e-mail using the Outlook object library, so that isn't the issue. I need to be sure the name exists in the address book.

Any suggestions?

THANK YOU FOR YOUR HELP!!! [thumbsup2]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top