Re: [python-win32] MAPI Advise Sink

2008-08-05 Thread Mark Hammond
opy of the MAPI module - contact me off-line if that interests you. Cheers, Mark From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brenda Bell Sent: Wednesday, 6 August 2008 2:51 AM To: [email protected] Subject: [python-win32] MAPI Advise Sink I'm trying to

[python-win32] MAPI Advise Sink

2008-08-05 Thread Brenda Bell
I'm trying to write a simple program that connects to MAPI and listens for change events on the contents table for the default receive folder. According to the documentation, PyIMAPITable.Advise takes a PyIMAPIAdviseSink. It's unclear as to how I implement an object that supports this int