Outlook VBA find contact Fullname issue

B

brian

Dear All,

I'm using some code to find a contact within the contact folder like

'// Get contactname
strFind = "[Full Name] = """ & props(1) & """"

'// Get and update correct contact
If Not objContacts.Find(strFind) Is Nothing Then

This is all fine and dandy when i work with Outlook English version it
crashes on a Spanish version.

What do i need and which other things do i need to consider in building my
solution???

I tried it with [Nombre Completo] but i'm not sure if that will work since i
can't test it directly


TIA
Brian
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top