J
John Burch
Hi
I need to be able find a contact based on the email address that will
succeed irrespective of the case.
strFind = "[Email1Address] = ""(e-mail address removed)""
or
strFind = "[Email1Address] = "(e-mail address removed)"
Set objContact = objContactFolder.Items.Find(strFind)
Anybody know of a way to achive this?
Thanks
John
I need to be able find a contact based on the email address that will
succeed irrespective of the case.
strFind = "[Email1Address] = ""(e-mail address removed)""
or
strFind = "[Email1Address] = "(e-mail address removed)"
Set objContact = objContactFolder.Items.Find(strFind)
Anybody know of a way to achive this?
Thanks
John