Dump Email to a File

R

Rick Kasten

I have several syslog-type reports emailed to me daily that are often
500K, so in the name of reducing my mailbox size, I want to dump the
contents of those emails to files in a directory on my hard drive
instead of storing them in an Exchange folder. I figure I should
write a script to extract the email body and dump it to a file, and
then write a rule in Outlook to run the script when the emails arrive.
What will that script look like?
 
Top