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
 
Top