Does the contact in question reside in a contacts folder visible in the
Outlook Address Book?
Is there a chance that you have duplicate/ambiguous contacts? What happens
when you hit Ctrl+K after you type the name of the contact in question in
the To edit box in Outlook?
Dmitry Streblechenko (MVP)
http://www.dimastr.com/
OutlookSpy - Outlook, CDO
and MAPI Developer Tool
"Dale" D-Man wrote in message
...
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