Outlook has no built-in feature to designate the save folder when you send a message, but you can add that capability with a little VBA code. The sample at
http://www.outlookcode.com/codedetail.aspx?id=1173 would apply if you always want to save the item in a folder in your default store (Exchange mailbox or Personal Folders .pst file).
For VBA basics, see
http://www.outlookcode.com/d/vbabasics.htm
--
Sue Mosher, Outlook MVP
Author of Configuring Microsoft Outlook 2003
http://www.turtleflock.com/olconfig/index.htm
and Microsoft Outlook Programming - Jumpstart for
Administrators, Power Users, and Developers
http://www.outlookcode.com/article.aspx?id=54
"msnews.microsoft.com" wrote in message ...
I would like to be able when I send an email to have a screen asking me
where I want to file the email, I would like to have it not necessarely in
the sent item folder.
I use Outlook 2003.
Thanks in advance