[python-win32] MS Exchange address book access within Python
by Allan Anderson other posts by this author
Apr 19 2006 2:04PM messages near this date
[python-win32] ANN: pywinauto 0.3.3 released - bug fixes, added methods, removed deprecated methods
|
Re: [python-win32] MS Exchange address book access within Python
Hi, folks. I'm working with the gnatsparse.py script included with
Bugzilla to import my company's old GNATS bug database. As this script
appears to have been written specifically for the migration of the GCC
project, and also as it was written for an older version of Bugzilla,
I'm having to make some modifications.
One thing I need to do is consolidate the user names. GNATS keeps a list
of these in a file called 'responsible' -- they include a username and
real name pair like this: 'stanislas.godel:Stanislas Godel:'. However,
the bug Reporter field and other similar fields list an email address
(say, 'sgodel@mycompany.com').
I know that our email system will accept email addressed in the long
form (stanislas.godel@mycompany.com) as well as in the shorter form. It
strikes me that it would be very convenient and result in very correct
data if I simply looked up the addresses and names in our Exchange
address book. I know nothing about how that might work, however.
Is there a python module that wraps up this sort of handy functionality?
Or should I start looking through the Win32 API, and just call it
directly? I don't know much about Windows programming.
Thanks!
_______________________________________________
Python-win32 mailing list
Python-win32@[...].org
http://mail.python.org/mailman/listinfo/python-win32
Thread:
Allan Anderson
Tim Golden
|