I have a number of emails from my previous email provider that I have forwarded to my Outlook 2010 inbox folder Received
.
The problem I have is the original email has been sent as an attachment not as a forward! so what i would like to do is:
- Open the mail in
Received
folder & run VBA code that will - Extract the attachment from the forwarded mail in the
Received
folder and save that attachment toForwarded
folder - Delete the forwarded mail in the
Received
folder.
I don't have an understanding of Outlook VBA code so I don't even have a starting point!
Any asssistance will be gratefully appreciated!
Using my earlier code from VBA Code to save an attachment (excel file) from an Outlook email that was inside another email as an attachment this Outlook VBA should do the trick.
Please ensure
The code requires a directory
C:\temp\
to process the embedded emailsI use the Outlook Attachment Remover Add-In to remove attachments and save them in the file system. I use it mainly to reduce the space my profile needs on the server. One great thing is that the tool adds a link to the original attachment to the mail. So you still can open the attached file but it then opens from the file system.