[python-win32] how to create a valid Sink

Mark Hammond mhammond at skippinet.com.au
Thu May 10 02:17:43 CEST 2007


> Forgive my ignorance but those are my first steps with com. Does that
> mean I should create and register a COM server?

You should create one - you probably don't need to register it.

> Basically I'm trying to reimplement the following code in python:
>
> http://www.codeproject.com/internet/CMapiEx.asp
>
> Up to now this was straightforward, but at this point I'm stuck.

I can't see anything related to a "sink" on that page - but as a start,
consider looking at the spambayes package at spambayes.org - there is code
there that deals with MAPI in various ways.

Good luck,

Mark



More information about the Python-win32 mailing list