[Kai Mayfarth] | Ist there a way to search a Adressbook over Python for a | special contact. | I know how i read and write a contact, but know i have to search over | Python for some contacts, because the adress book has know over 1700 | entrys, and it tooks a long time to get them all over the Com | object to | python.
As far as I can see from a quick glance, there is no method of the AddressList or AddressEntries objects which calls into the Outlook code itself to search, so you seem to be stuck with iterating over all the AddressEntry items until you find the one you want. From what you say above you already know how to do that. TJG ________________________________________________________________________ This e-mail has been scanned for all viruses by Star. The service is powered by MessageLabs. For more information on a proactive anti-virus service working around the clock, around the globe, visit: http://www.star.net.uk ________________________________________________________________________ -- http://mail.python.org/mailman/listinfo/python-list