I am trying to programatically delete a Contacts folder (that I
programatically created using PyIMAPI.CreateFolder), when I get the
following exception:

AttributeError: 'PyIMAPIFolder' object has no attribute 'DeleteFolder'

I can see there is an EmptyFolder() implemented, and documented at:
http://timgolden.me.uk/pywin32-docs/PyIMAPIFolder__EmptyFolder_meth.html)
... so why not DeleteFolder? Should I be looking in some other place?

Regards,
-Sriram
_______________________________________________
python-win32 mailing list
python-win32@python.org
http://mail.python.org/mailman/listinfo/python-win32

Reply via email to