[python-win32] problem w/ outlook scripting

Mark Hammond mhammond at skippinet.com.au
Thu Mar 16 23:04:04 CET 2006


Try ensuring all methods have parens - eg:

> myDistList.Save 
> myDistList.Display

May not have any effect without the trailing () to indicate a method call.

Mark


More information about the Python-win32 mailing list