Category-selective access of outlook-contacts, Acess 97

E

Emir

Hello friends

My application works well in synchroizing contacts forth and back with
outlook by using functions similar to GetItemFromName, GetItemFromNames,
etc. as give in Microsofts Code Librarian. Unfortunately selectively
accessing categories with
strCriteria = "[Categories] = Test"
Set objFoundItems = fldContacts.Items.Restrict(strCriteria)
does not work.

Does anyone have a hint to give?

Thanks in advance
Walter
 
Top