Skip to content

Instantly share code, notes, and snippets.

@PantherHawk
Last active July 29, 2018 07:29
Show Gist options
  • Save PantherHawk/009dc46b6e0ba16d84bce1a8d73d48a4 to your computer and use it in GitHub Desktop.
Save PantherHawk/009dc46b6e0ba16d84bce1a8d73d48a4 to your computer and use it in GitHub Desktop.
E-Mail Archiving Project 2018

E-Mail Archiving for Outlook v.20x+ on Windows

Problem: Inbox Inundation

E-mail, like everything else, goes the way of entropy. Left unchecked, an inbox will bloat and create a categorization nightmare. Although wrangling Outlook into a seemly and organized file system may feel like a Sisyphean task, we will approach step by step.

  • Backup the Inbox
  • Clean the .pst file (waiting on SCANPST.exe)
  • Archive Inbox
  • Customize Outlook
  • Compact Archive folder
  • Set up Automatic Archiving
  • Compress Outlook with Automatic Thread Compressor
  • Setup Attachment Caching
  • Remove Attachments from Inbox
  • Remove Outlook Add-ins
  • Disable RSS

Getting Started

You will need to have access to your client's Outlook and have Outlook 2013 or greater installed on Windows.

Backup the Inbox to a .pst file and save it on the Mellon Network

  1. Open Outlook
  2. Go to File > Open & Export > Import/Export
  3. Choose the "Export to a file" option and click Next
  4. Choose the "Outlook Data File (.pst)" option and click Next, though Comma Separated Values files are wonderful for data visualization.
  5. The folder you will export will be denoted by the client's name.
  6. Save the file as "backup_<CLIENT NAME>_<DATE>.pst" in a folder labeled "backup" in the U: drive.
  7. Make a second copy of the file in a folder caleld "archives_<CLIENT NAME>". This file will be our target to change in the proceeding.

Customize Outlook Folders, Views, Rules, Quick Steps and Categories

The prinicpal task of sorting the Outlook inbox comes down to choosing the rules that will guide future emails to their proper homes. Ultimately, the client will decide how to sort new mail, but the following scheme has enjoyed historic success.

  1. Create folders outside of the Inbox folder titled Action, Pending, Archive, and News
  2. In addition to the new folders, add to the Favorites section the folders entitled Inbox, Drafts, Sent Items, Deleted Items, Sent Mail (Gmail), Inbox (Gmail), and Passwords – This links to the Passwords pst file.

Setup Conditional Formatting for Incoming Mail

specify conditions that an incoming message should meet, such as a sender’s name or email address, and then conditional formatting is applied only to those messages.

See Outlook Customization Documentation.

Archive Inbox

See Ithaka protocols.

Compact Archive Folder

  1. With Outlook open
  2. Go to Account Settings > Data Files > Select Archives > Settings > Advanced > Outlook Data File Settings > Compact Now

Remove Attachments from Emails with Kopf Outlook Attachment Remover Add-in

You can improve your performance -- as well as make your attached files easier to find -- by saving them in a folder on your hard drive instead of in your inbox.

  1. Download the program from http://www.kopf.com.br/outlook/outlookattremover-setup.exe
  2. Make sure Outlook is closed, and boot up outlookattremover-setup.exe
  3. Choose the file from which you want to remove attachments, the *.pst file in our "archives_" folder.
  4. In the Save Attachments Section, choose the "Replace by link attachment" option.
  5. Set the directory path in which to save the attachments to U:..\backup<CLIENT NAME>_attachments and press OK.

Turn on Cached Exchange Mode

Outlook runs faster if the majority of your email files use your local computer's CPU, instead of an outlook Exchange server's.

  1. With Outlook open,
  2. Click File > Account Settings > Account Settings.
  3. Select the Client's Exchange Account
  4. Under Offline Settings, check Use Cached Exchange Mode.

Clean up Conversation by Deleting Replies that Contain the Same Information

The only emails that are deleted are those with the same content. For example, let’s say someone replies to the latest email in the conversation, but then someone else comes along and ingores that email by replying at an earlier point in the conversation. When you choose to clean up your conversation, the email that was ignored isn’t deleted because its content is different than the others.

  1. On the Home tab, in the Delete group, click Clean Up, and click Clean up Conversation.
  2. Click Clean up to remove emails with redundant information.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment