"To: " Fields

  • Thread starter msnews.microsoft.com
  • Start date
M

msnews.microsoft.com

Hello Group.

I have an external database like

name - > (e-mail address removed)

then, I need to when the user click in new message, when type "name" in the
"to" field, the outlook looks in the external database first and later in
contacts.

Can I make something like this ??

How ???

Best Regards
 
E

Eric Legault [MVP - Outlook]

Use the MailItem.PropertyChange event. The Name argument will evaluate to
"To" if that is the property that is changing. Then insert your code to
access your database and do whatever you need to do based on the value of the
To field.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top