Is it possible to take all incoming email messages to an outlook box and save them to a text file on the computer as they come in? I can leave outlook open. I have Outlook 2003 but can any version of Outlook do this?
Printable View
Is it possible to take all incoming email messages to an outlook box and save them to a text file on the computer as they come in? I can leave outlook open. I have Outlook 2003 but can any version of Outlook do this?
You could create a rule in Outlook to either move a copy of the email (for all incoming emails) to a folder, or to run a script (that would append the email to some file).
You can specify the olTxt argument in the .SaveAsFile method of the attachments collection to do it.
http://vbforums.com/showthread.php?t=402087