Feature Requests item #3519735, was opened at 2012-04-19 23:35
Message generated for change (Tracker Item Submitted) made by skarra
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3519735&group_id=78018
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: win32
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Karra (skarra)
Assigned to: Nobody/Anonymous (nobody)
Summary: IMAPIFolder:DeleteFolder needs to be implemented
Initial Comment:
This MAPI method is not exported by Pywin32 today. It would be nice to have the ability to delete MAPI folders programatically.
-- Email correspondence on the pywin32 mailing list: --
Mark Hammond mha...@sk...
Apr 17 (3 days ago)
to me, python-win32
On 17/04/2012 3:37 PM, Sriram ET. wrote:
On Tue, Apr 17, 2012 at 6:49 AM, Mark Hammond <ski...@gm...
<mailto:ski...@gm...>> wrote:
On 14/04/2012 1:39 AM, Sriram ET. wrote:
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
<http://timgolden.me.uk/pywin32-docs/PyIMAPIFolder__EmptyFolder_meth.html>)
...
so why not DeleteFolder? Should I be looking in some other place?
I'm afraid that simply isn't exposed by pywin32 as yet.
Hi Mark, is there anything I can do (like raise a feature request) or
something that will put it somewhere in your roadmap?
A feature request at sourceforce.net/projects/pywin32 would do that.
Cheers,
Mark
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=551957&aid=3519735&group_id=78018
|