Re: [python-win32] Implementing IID_IMAPIAdviseSink

2009-08-25 Thread Mark Hammond
On 26/08/2009 8:21 AM, Arn Vollebregt wrote: Hi, I am trying to hook an advise sink into Outlook to receive new email notifications, but I cannot find any examples on this. I've scraped together the code below, but that yields an error. Can anybody point me to a working sample, or provide a quic

[python-win32] Implementing IID_IMAPIAdviseSink

2009-08-25 Thread Arn Vollebregt
Hi, I am trying to hook an advise sink into Outlook to receive new email notifications, but I cannot find any examples on this. I've scraped together the code below, but that yields an error. Can anybody point me to a working sample, or provide a quick sample of how to imlement this? I've been ban