S
Shelby
Hi,
I'm trying to use the Find method to find a certain Email Address in Contact
Folder.
Dim val as string = " John'(e-mail address removed) "
Dim MyItem as outlook.ContactItem = MyFold.Items.Find("[Email1Address] = ' "
& val & " ' ")
It will have problem finding because of the (') in the email address.
How should I solve that?
Thanks
I'm trying to use the Find method to find a certain Email Address in Contact
Folder.
Dim val as string = " John'(e-mail address removed) "
Dim MyItem as outlook.ContactItem = MyFold.Items.Find("[Email1Address] = ' "
& val & " ' ")
It will have problem finding because of the (') in the email address.
How should I solve that?
Thanks