PDA

View Full Version : Use Delete to move the item to the Trash folder...



cu_shane
02-21-2008, 02:05 PM
I would like to add some VBA code that does the following:
- either modifies the behavior of the existing delete button or create a new toolbar button to execute the following
- when in an imap account and the delete button is clicked, the selected message is copied to the Trash folder, then the original copy (in the current folder) is deleted and purged

Here is a forum comment where someone asked about this but never received a solution: outlookcode.com/codedetail.aspx?id=1265

I would like to do the same thing that Cea indicated she would (read through the comments).

tjl1962
11-03-2008, 04:19 PM
I would like something similar. I'm trying to write the code to delete the emails in a specific folder, and I don't care if they go to the "Deleted Items" folder. Once I have the code, I would set a button to run the code.