a Pywin Outlook adress Book Question
Hello 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. Kai Mayfarth -- http://mail.python.org/mailman/listinfo/python-list
Re: a Pywin Outlook adress Book Question
> > Although now I Google a little more, it looks like AddressEntryFilter > might well do what you want. Worth a look, anyway :) > > TJG Big Thx for your answer. I found some infos about the AddressEntryFilter. Its that what i was searching for, BUT its very limited it cant search for the last changed field, it can only search a small number of filds so its seems there is no other solution then searching in Python. -- http://mail.python.org/mailman/listinfo/python-list