Re: [python-win32] problem w/ outlook scripting

2006-03-16 Thread Mark Hammond
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 ___ Python-win32 mailing list [email protected] http://mail.python.org/mailman/list

[python-win32] problem w/ outlook scripting

2006-03-16 Thread Michael Katz-Hyman
I have the below  script to play around with contact lists in outlook.  When it runs, I get a popup in outlook asking me if i want to gve the script access, I say yes, it seesm to run okay, but no new distribution list in my contact folder is created.  I have very similar VBA code which runs just f