View Single Post
  #1  
Old August 23rd 06, 08:46 PM posted to microsoft.public.outlook.program_vba
Dale
external usenet poster
 
Posts: 15
Default contact won't resolve?

All

I have a VBA module I copied from the internet and modified it to do what I
needed. Sorry, I don't remember who provided it (but thanks whoever you
were).

Anyway, here is the bit that seems to be causing some trouble.

For Each objOutlookRecip In .Recipients
objOutlookRecip.Resolve
Next


This code seems to be kind of hit and miss. When it works - it works well.

But, certain contacts, which I know I have in my address book, will not
resolve. In the "To" field of the email, I get a red underline. In my
reading, I believe that meant the name was not in the address book. I've
double and triple checked spelling but I can't seem to make it work.

Does anyone have a clue what might be causing this situation?

Thanx in advance
Dale


Ads