[python-win32] Getting multiple properties in one go
Mark Hammond
mhammond at skippinet.com.au
Wed Nov 24 11:22:52 CET 2004
> I have some code that is reading Outlook contacts, but it is
> very slow.
> I need to get every field/property of each contact. I get the list
> of known keys using:
You probably want to investigate win32com.mapi. Check out the dump_props.py
sample from SpamBayes (in the spambayes\Outlook2000\sandbox directory - view
it via CVS at sourceforge)
Mark
More information about the Python-win32
mailing list