Bulk Email Renamer For Outlook

Click here to download the app

Note: The app will rename every file in the folder. To speed things up, files that already have the correct name should be moved to a different folder to prevent them from being renamed with the same name.

The bulk email renamer tool allows you to dynamically rename Outlook emails in bulk. This tool can be used for various purposes but it was originally developed to allow businesses who drag-and-drop emails into a folder on a shared drive for example and automatically rename all of the emails using information that is contained within an email such as date, sender, receiver, subject, etc.

For example: Jul 22 2021 1137 Stavrou to Todorov IT Assistance

When using the tool to rename emails, you cannot use forbidden characters that cannot be used to name files in Windows and for this reason I have removed the ability to type these into the app.

Windows forbidden characters
< (less than)
> (greater than)
: (colon)
" (double quote)
/ (forward slash)
\ (backslash)
| (vertical bar or pipe)
? (question mark)
* (asterisk) - Asterisks are reserved to identify variables within the app but cannot be used in file names.

Furthermore, for this app to work perfectly, the email must contain the full name of the sender and receiver.

Bulk Renamer Variables

The below variables can be used to dynamically grab data from an email to be used in the renaming process.

From Full Name = *ffullname*
From First Name = *ffirstname*
From Surname = *fsurname*
From Email = *femail*
To Full Name = *tfullname*
To First Name = *tfirstname*
To Surname = *tsurname*
To Email = *temail*
Subject = *subject*
Day = *day*
Month = *month*
Year = *year*
Time (24 Hour using a . as a divider between hours and minutes) = *time.*
Time (No divider) = *time*