D
Dale
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
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