Is there a module that allows me to manipulate Outlook Tasks?

Gillou nospam at bigfoot.com
Fri Jan 25 15:04:46 EST 2002


Get/install win32all extensions (search from www.python.org)
Launch PythonWin IDE
Run menu Tools > COM Makepy utility,
Browse and select Microsoft Outlook object library (may take some minutes
because this COM object is huge)
Open the generated python script that shows the methods/attributes
(sometimes commented).
Look at the doc in
C:\yourpythondistro\win32com\HTML\QuickStartClientCom.html to learn how to
play with COM objects.
There's a commented diagram of the Outlook COM object somewhere at
http://msdn.microsoft.com.

Good luck

--Gillou

"Chris Kacoroski" <ski at insightful.com> a écrit dans le message news:
1fe2ea07.0201250802.2b719f5f at posting.google.com...
> Thanks in advance.
>
> cheers,
>
> ski





More information about the Python-list mailing list