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] = ""[email protected]""
or
strFind = "[Email1Address] = "[email protected]"
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] = ""[email protected]""
or
strFind = "[Email1Address] = "[email protected]"
Set objContact = objContactFolder.Items.Find(strFind)
Anybody know of a way to achive this?
Thanks
John