Outlook 2002 and Python

Gerson Kurz gerson.kurz at t-online.de
Wed Sep 25 12:36:35 EDT 2002


On Tue, 24 Sep 2002 04:37:52 GMT, Mark Hammond
<mhammond at skippinet.com.au> wrote:
>You would need to use the new Universal Gateway code (see 
>win32com\test\test_pycomtest.py) and create a server that implements 
>IDTExtensibility2.  From there, you should be able to use any of the VB 
>samples to move forward - all the params passed are standard COM 
>objects, so you should be able to do whatever you want.  You would also 
>need to get your head around COM events and how to connect to them from 
>Python, as addins are very much event based.

Maybe take a look at my 

http://p-nand-q.com/pynospam.htm

Its a C++ extension for outlook that embedds python (well, a fixed
python script anyway). Source included.

I like my pop3filter approach better: 

http://p-nand-q.com/e/pop3filter.html



More information about the Python-list mailing list