Not only do I want Microsoft Outlook to automatically save my sent e-mails to
the normal "SENT ITEMS" folder, I want it to save to another folder I
specify. I want it to do this for every sent e-mail I send. I also want it
to save all my sent e-mails for many months until I go in and delete them as
needed.
Michael Bauer [MVP - Outlook] - 27 Jul 2007 19:24 GMT
Here's a VBA sample for how to achieve that:
http://www.vboffice.net/sample.html?mnu=2&smp=54&cmd=showitem&lang=en&pub=6

Signature
Viele Gruesse / Best regards
Michael Bauer - MVP Outlook
Organize eMails:
<http://www.vboffice.net/product.html?id=2006063&cmd=detail&lang=en&pub=6>
Am Fri, 27 Jul 2007 10:18:01 -0700 schrieb Russell Reynolds:
> Not only do I want Microsoft Outlook to automatically save my sent e-mails to
> the normal "SENT ITEMS" folder, I want it to save to another folder I
> specify. I want it to do this for every sent e-mail I send. I also want it
> to save all my sent e-mails for many months until I go in and delete them as
> needed.
Don - 27 Jul 2007 19:28 GMT
The easiest method that I can think of is to create a Rule moving a copy of
whatever you send to a specific folder.
> Not only do I want Microsoft Outlook to automatically save my sent e-mails to
> the normal "SENT ITEMS" folder, I want it to save to another folder I
> specify. I want it to do this for every sent e-mail I send. I also want it
> to save all my sent e-mails for many months until I go in and delete them as
> needed.
Vanguard - 28 Jul 2007 02:01 GMT
> Not only do I want Microsoft Outlook to automatically save my sent
> e-mails to
[quoted text clipped - 4 lines]
> them as
> needed.
What's wrong with defining a send rule that uses "move a copy to
<specified folder>"? The rule will keep running as long as you leave it
enabled - as long as the rule gets reached (make sure any other send
rules won't make getting to this one or make it the first send rule;
that is, a send rule that fires that has the stop-clause prevents
getting later send rules).