Re: Exploring outlook using python

2005-08-25 Thread Do Re Mi chel La Si Do
Hum... If it's Outlook, look for COM/Dispatch, with PyWin32 If it's Outlook-Express, search a MAPI module, like said Peter Hansen. @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Exploring outlook using python

2005-08-24 Thread Subir
Hi, I am new to this group. I am trying to build an application to see all the contents of the outlook accounts (USING MAPI). Does anyone has any information regarding this ? -- http://mail.python.org/mailman/listinfo/python-list

Re: Exploring outlook using python

2005-08-24 Thread Peter Hansen
Subir wrote: I am new to this group. I am trying to build an application to see all the contents of the outlook accounts (USING MAPI). Does anyone has any information regarding this ? Did you try checking the list archives yet? Go to Google Groups (groups.google.com) and search in the

Re: Exploring outlook using python

2005-08-24 Thread Larry Bates
You should download source for spambayes plug-in for Outlook (written in Python) located at: http://spambayes.sourceforge.net/windows.html You might finds LOTS of good information for your project. -Larry Bates Subir wrote: Hi, I am new to this group. I am trying to build an application