Skip to content

paulghill/Outlook-AutosaveAttachments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Outlook-AutosaveAttachments

Outlook VBA code for saving attachments from new messages.

How To Use

You can copy this code into Outlook by pressing ALT-F11 to bring up the VBA scripting window. Please make sure you read the documentation in the code before using. You need to define your own filters for parsing new or selected emails for attachment saving.

There is also a GUID generator in the code you can use to append to filenames, or simply use to name the files instead of the filename. This is useful if the attachments always have the same name, but vary in content. In this situation, you would not want to overwrite the file each time it is saved, so a unique identifer needs to be used to prevent this. You can, of course, use your own method for naming the save file for the attachments.

Tutorials

Installation: https://youtu.be/vg45ifYd-Co

CONTACT INFORMATION

Paul Hill
paul@hillsys.org

Copyright 2017

About

Outlook VBA code for saving attachments from new messages.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published