"To: " Fields

  • Thread starter Thread starter msnews.microsoft.com
  • Start date 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
 
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.
 
Back
Top