some thoughts

For His glory and our joy

some thoughts header image 2

Save and Strip Picture Attachments in Outlook

April 4th, 2005 · No Comments

Ever get an email with 24 pictures attached?

Now you can click a button and save them all to the directory of your choice AND remove them from your inbox. This little VBA code will save the pictures to the directory you choose, remove the pictures from the email, append a permanent link to the body of the email to the location of each picture on your hard drive (for later reference), and attach a very small blank text file to the email (for a complicated reason which I won’t go into.) The code works on multiple emails, but you’ll have to select the directory for each selected email. (If this is a problem, let me know, and I’ll change it for you.)

This is not reversible, so be careful about which directory you move your pictures to. The directory must be made prior to moving the pictures.

To do this:
1. Paste the code from saveandstrippics.txt into an Outlook code module and hit CTRL-S to save it.
2. Select the email(s) from which you want to save and strip the pictures.
3. Tools–>Modules…–>SaveAndStripPics.

Enjoy!

Tags: code(ish)

0 responses so far ↓

  • There are no comments yet.

Leave a Comment

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Check Spelling
Activate Spell Check while Typing