Attachment Downloader For Outlook



  1. Attachment Downloader For Outlook Free
  2. Attachment Downloader For Outlook Download
Learning has never been so easy!

This how-to is to help anyone that needs to save an email attachment from outlook to a network folder easily. I use this as a make shift EDI. We receive a flat file then it saves the attachment, deletes the email, then FTP's the attachment to our ERP system.

I have got Outlook 365 newly installed in my company laptop. I am having trouble navigating, as features are completely different from Outlook 2013. On specific issue: 1) I can preview the attachment, even edit in preview mode. But not able to download it? Kindly help, on how to option to download, or 'save as' option. A.,) With outlook open press Alt+F11 to open VB editor B.) Click Insert - Then New Module C.) Paste the following code into the module. Sub saveAttachtoDisk(itm As Outlook.MailItem) Dim objAtt As Outlook.Attachment.

Also note this code renames the file if you would like it to keep its naming format remove the following lines of code

Attachment Downloader For Outlook

Dim dateFormat
dateFormat = Format(Now, 'mmdd H-mm')

And the little piece that states '& dateFormat'

2 Steps total

Step 1: Create VB

A.,) With outlook open press Alt+F11 to open VB editor
B.) Click Insert - Then New Module
C.) Paste the following code into the module

Sub saveAttachtoDisk(itm As Outlook.MailItem)
Dim objAtt As Outlook.Attachment
Dim saveFolder As String
Dim dateFormat
dateFormat = Format(Now, 'mmdd H-mm')
saveFolder = 'Your Network Folder'
For Each objAtt In itm.Attachments
objAtt.SaveAsFile saveFolder & ' & dateFormat
Set objAtt = Nothing
Next
End Sub

D.) Then Press File Ctrl+S to save
E.) Then Press Alt+F11 to close and go back to outlook

Step 2: Create Rule to run

A.) Open Rules and Alerts in Outlook
B.) This next step is based on your application. If you look at the attachment I have you will see this runs when the email arrives. It then saves a copy of the attachment. You could also use this to move the email...or delete it entirely.

I also have this placed in the script section in case anyone would rather download it there. http://community.spiceworks.com/scripts/show/1272-script-to-export-outlook-attachment

Published: Mar 12, 2012 · Last Updated: May 01, 2012

49 Comments

  • Habanero
    Drew Dunkel Mar 13, 2012 at 08:13am

    Just to share a few things. This script also renames the document...When I was using this I ran into an issue where if the attachment had the same name it would overwrite it so I used a date stamp naming convention. To remove that and retain its original format. Remove the following

    Dim dateFormat
    dateFormat = Format(Now, 'mmdd H-mm')

    Also replace the '& dateFormat with & objAtt.DisplayName

  • Habanero
    John6020 Mar 13, 2012 at 08:23am

    This looks useful for jplaying around with. Some users (who shall be nameless) are always making irritating requests and this might just help with one of them. Thanks!

  • Habanero
    Drew Dunkel Mar 13, 2012 at 08:48am

    This is great for those 'Lazy' users who will not archive anything. It is really simple but does the trick.

  • Cayenne
    Pickle Mar 22, 2012 at 03:42pm

    Ooohh! I have lots of lazy users. This will be very handy. Thanks!

  • Pimiento
    Kipz May 1, 2012 at 07:51am

    I've seen a lot of codes like this which are awesome, but they only seem to download the first attachment in the email to the user. Any thoughts?

  • Habanero
    Drew Dunkel May 1, 2012 at 08:50am

    Kipz have you validated with this that it isnt saving all of the attachments? Please PM me if not and I can help you walk through it.

  • Pimiento
    LukeRoberts Jul 11, 2012 at 05:32am

    This script is brilliant, even for an idiot who doesnt understand VB I got it to work :)

    What I am now searching for is to change the script slightly so that it keeps the original file name and appends the date at the end? also I seem to lose the file extension at the moment?
    Is this something you could easily answer?

    I will continue to search for an answer in the meantime.

    Many Thanks
    Luke

  • Habanero
    Drew Dunkel Jul 11, 2012 at 01:24pm

    Luke,

    If you need to keep the original format just remove these few lines of code.

    Dim dateFormat
    dateFormat = Format(Now, 'mmdd H-mm')

    And the little piece that states '& dateFormat'

  • Datil
    mpk Jul 14, 2012 at 02:19pm

    Thanks Drew.
    Now our e-mailed attachments will go straight from an e-mail box, to our Document Management system inbox.

  • Chipotle
    Corey_A Oct 2, 2012 at 06:39pm

    This is awesome and works great for our medical clinic...Tanks. I am now working on trying to get it to save to multiple network locations, How can i add a second storage location?, (save to one place or the other not both).

  • Pimiento
    ktretter Jan 11, 2013 at 06:58pm

    Does the user have to have outlook open for this to run?

  • Pimiento
    Xyseven Feb 13, 2013 at 09:55am

    I've been looking for something like this for a long time. However, I need the filename to be renamed as the subject. Also the subject will have this format: 'ARBEIDSORDRE 502491/2013 ,VF52014' (nubers will vary each time) so something that removes the 'ARBEIDSORDRE' and the '/' from the name would be nice.

  • Pimiento
    Xyseven Feb 16, 2013 at 10:06pm

    Shameless bump

  • Pimiento
    hmedme Feb 18, 2013 at 10:13pm

    Nice. This works very well. I modified to keep file name, use date and time but added seconds to filename as well. Thanks!

  • Pimiento
    Johnbh Mar 6, 2013 at 08:20pm

    Im in OL2003, copied above code and added rule nothign saves to folder
    Im not a vb person so not sure if i missed something
    thanks

  • prev
  • 1
  • 2
  • 3
  • 4
  • next

How to open attachment temporary folder in Outlook?

Attachment Downloader For Outlook Free

When you open an attachment in your email, a copy of this attachment will be saved in the temp folder automatically. If the attachment you have opened before has accidentally deleted from the email, you can also get the attachment back in the temp folder. In this tutorial, you will learn how to open the temp folder with details in Outlook.

Office Tab - Enable Tabbed Editing and Browsing in Office, and Make Work Much Easier...
Kutools for Outlook - Brings 100 Powerful Advanced Features to Microsoft Outlook
  • Auto CC/BCC by rules when sending email; Auto Forward Multiple Emails by rules; Auto Reply without exchange server, and more automatic features...
  • BCC Warning - show message when you try to reply all if your mail address is in the BCC list; Remind When Missing Attachments, and more remind features...
  • Reply (All) With All Attachments in the mail conversation; Reply Many Emails at once; Auto Add Greeting when reply; Auto Add Date&Time into subject...
  • Attachment Tools: Auto Detach, Compress All, Rename All, Auto Save All... Quick Report, Count Selected Mails, Remove Duplicate Mails and Contacts...
  • More than 100 advanced features will solve most of your problems in Outlook 2010-2019 and 365. Full features 60-day free trial.

Open the temp folder in Outlook

You can do as follows to open the temp folder in Outlook as follows.

1. Press the Windows + R keys at the same time to open the Run dialog box, and type regeditinto the Open text box. See screenshot:

2. Click the OK button in the User Account Control dialog box.

Can

3. In the Registry Editor dialog box, please expand the folders as follows.

1). If you are using Outlook 2013, please double click to expand the KEY_CURRENT_USER > Software > Microsoft > Office > 15.0 > Outlook;

2). For Outlook 2010, double click to expand the KEY_CURRENT_USER > Software > Microsoft > Office > 14.0 > Outlook;

Attachment downloader for outlook email

3). For Outlook 2007, double click to expand the KEY_CURRENT_USER > Software > Microsoft > Office > 12.0 > Outlook.

4. Scroll down to select the Security folder in the left pane, and then double click to open the OutlookSecureTempfolder in the right pane. See screenshot:

Attachment downloader for outlook 365

5. When the Edit String dialog box popping up, copy the path in the Value data box, and then click the OK button.

6. Close the Registry Editor dialog box.

7. Double click the Computer icon in your desktop to open the explorer, and then paste the path you have copied above to the path box. See screenshot:

8. After pasting the path, press the Enter key. Then you will see the attachments you have opened in emails are staying inside the folder.

Kutools for Outlook - Brings 100 Advanced Features to Outlook, and Make Work Much Easier!

  • Auto CC/BCC by rules when sending email; Auto Forward Multiple Emails by custom; Auto Reply without exchange server, and more automatic features...
  • BCC Warning - show message when you try to reply all if your mail address is in the BCC list; Remind When Missing Attachments, and more remind features...
  • Reply (All) With All Attachments in the mail conversation; Reply Many Emails in seconds; Auto Add Greeting when reply; Add Date into subject...
  • Attachment Tools: Manage All Attachments in All Mails, Auto Detach, Compress All, Rename All, Save All... Quick Report, Count Selected Mails...
  • Powerful Junk Emails by custom; Remove Duplicate Mails and Contacts... Enable you to do smarter, faster and better in Outlook.

or post as a guest, but your post won't be published automatically.
Loading comment... The comment will be refreshed after 00:00.

Attachment Downloader For Outlook Download

  • To post as a guest, your comment is unpublished.
    Hi, this is great, and works for Office 2016 too. A colleague did not save her work and with this instructions the hard work was recovered from oblivion... thank you!!
  • To post as a guest, your comment is unpublished.
    Thank you so very much.
  • To post as a guest, your comment is unpublished.
    You are a life saver
  • To post as a guest, your comment is unpublished.
    You are great
  • To post as a guest, your comment is unpublished.
    Thank you so much, what a lifesaver!
  • To post as a guest, your comment is unpublished.
    thank you so much
  • To post as a guest, your comment is unpublished.
    Thank you so much
  • To post as a guest, your comment is unpublished.
    thank you so much!!!! this saved my day!
  • To post as a guest, your comment is unpublished.
    Thank you! Saved my day and I learned a valuable lesson about saving files :)
  • To post as a guest, your comment is unpublished.
    Thanks, it works :)
  • To post as a guest, your comment is unpublished.
    Thanks!
    This saved me a day's work when I edited a file from an attachment and kept saving to the temp directory, but then the file didn't show up when I searched the whole C: for it.