Consulting

Results 1 to 2 of 2

Thread: Use Delete to move the item to the Trash folder...

  1. #1
    VBAX Newbie
    Joined
    Feb 2008
    Posts
    1
    Location

    Use Delete to move the item to the Trash folder...

    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).

  2. #2
    VBAX Newbie
    Joined
    Nov 2008
    Posts
    1
    Location
    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.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •