[python-win32] writin Outlook's custom action rules in python?

Tim Roberts timr at probo.com
Tue Oct 16 19:15:58 CEST 2007


Christian K. wrote:
> Hi,
> is there any chance that one could write a custom action rule
> (CAR, see http://support.microsoft.com/?kbid=151690)
> for Outlook in python? 
>   

Those rules add-ins are just COM servers, so theoretically you should be
able to do it in Python.

The trick, of course, is figuring out which interfaces you need to handle.

-- 
Tim Roberts, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the python-win32 mailing list