Automatically save attatchment with a different extension

  • Thread starter Thread starter knolan
  • Start date Start date
K

knolan

I'm using Outlook 2003

When an email comes in with a specific subject "Weekly:
SalesAssoPerformance, Ottawa" it has 3 files attached. I would like to
automatically save one of them "SAPerformance_1.1.html" to a specific folder
and change the extension to .xls once the email arrives.

Can this be done?
 
Sure, you can do that. Look at www.outlookcode.com for examples in handlers
for ItemAdd() for the Inbox or NewMailEx(). You can add your code to save
the attachments in one of those event handlers.
 
Back
Top