<p><br>
I am trying to programatically delete a Contacts folder (that I programatically created using PyIMAPI.CreateFolder), when I get the following exception:</p>
<p>AttributeError: &#39;PyIMAPIFolder&#39; object has no attribute &#39;DeleteFolder&#39;</p>
<p>I can see there is an EmptyFolder() implemented, and documented at: <a href="http://timgolden.me.uk/pywin32-docs/PyIMAPIFolder__EmptyFolder_meth.html">http://timgolden.me.uk/pywin32-docs/PyIMAPIFolder__EmptyFolder_meth.html</a>) ... so why not DeleteFolder? Should I be looking in some other place?</p>

<p>Regards,<br>
-Sriram</p>