automate message save

P

pm

Hi, Could any one point towards a simple outlook code that can save incoming
messages to a folder based on a specific subject text. That is all mail
coming with subject "Information" require to be saved preferably as a excel
or text file in a folder ex:C:\
Thx in Advance
 
E

Eric Legault [MVP - Outlook]

See the two links below for a good overview. You'll have to add your own
code if you want to create Excel spreadsheets based on the e-mail content
though.

Beyond the Rules Wizard (Microsoft Office and VBA Developer 2001):
http://msdn.microsoft.com/library/en-us/dnovba01/html/RulesWizard.asp?frame=true

(this relates to saving attachments, but it will give you a good idea of
what needs to be done)
Slovak Technical Services Code Samples:
http://www.slovaktech.com/code_samples.htm#StripAttachments
 
Top