View Single Post
  #2  
Old May 15th 07, 12:23 PM posted to microsoft.public.outlook.program_forms
Sue Mosher [MVP-Outlook]
external usenet poster
 
Posts: 11,651
Default I'll bet you never heard this one

This isn't a job for a custom form or a script. It ought to be handled with an Outlook add-in. The basic technique would be to monitor the Sent Items folder for new items, as at http://www.outlookcode.com/codedetail.aspx?id=456, and then use the SaveAs method on each one to save it.

You might also want to take a look at the tools at http://www.slipstick.com/addins/housekeeping.asp. There may be one that already does what you want.

--
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/jumpstart.aspx

"MicroManag3r via OfficeKB.com" u34098@uwe wrote in message news:72341cb5b777e@uwe...
Strap-in folks.

My office (each individual employee) wants to save all of their sent e-mails
as .txt files to various directories that exist within the filesystem. As
this is such an arduous task, I thought I'd search some threads online to see
if anyone has had a similar issue and tried to automate it. Of course, this
means that the attachments to the e-mails would't be saved with the text
files.

I am a scripting novice. If you can help...I will dance at your wedding...

--
Message posted via OfficeKB.com
http://www.officekb.com/Uwe/Forums.a...forms/200705/1

Ads