simoncpage2
Programmer
- Feb 21, 2004
- 37
I am using Item.To to look into a email address with outlook for a certain domain name.
The problem is that with Instr(Item.To, "NAME") doesn't work when the email address is in the contacts list and the resolved display name is shown.
What ideally want is Instr(Item.To.EmailAddress, "NAME")
Can anyone help me with this? Thanks
The problem is that with Instr(Item.To, "NAME") doesn't work when the email address is in the contacts list and the resolved display name is shown.
What ideally want is Instr(Item.To.EmailAddress, "NAME")
Can anyone help me with this? Thanks