move original message after replying or forwarding

R

rengland

I have users that would like to move an original message to a
specified folder after replying or forwarding the message. we are
using Outlook 02 SP3.
Any thoughts on VB code that could accomplish this?

thanks
 
M

Michael Bauer [MVP - Outlook]

This sample deletes a message right after clicking the reply button:
http://www.vboffice.net/sample.html?mnu=2&smp=33&cmd=showitem

The other IDs would be:
- Reply to all: 355
- Forward: 356

Instead of deleting it call the item's Move function with the target folder.

--
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Keep your Outlook categories organized!
http://www.shareit.com/product.html?productid=300120654&languageid=1
(German: http://www.VBOffice.net/product.html?pub=6)

Am 2 Feb 2007 13:13:23 -0800 schrieb rengland:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top