All Projects → k4j8 → outlook-move-to-thread

k4j8 / outlook-move-to-thread

Licence: MIT license
Microsoft Outlook VBA to move emails to the same folder as the rest of the email thread

Programming Languages

vba
158 projects

Projects that are alternatives of or similar to outlook-move-to-thread

Org Msg
OrgMsg is a GNU/Emacs global minor mode mixing up Org mode and Message mode to compose and reply to emails in a Outlook HTML friendly style.
Stars: ✭ 153 (+750%)
Mutual labels:  outlook
gromox
Groupware server backend for the grommunio Distribution, supporting MAPI/HTTP, RPC/HTTP, IMAP, POP3 protocols, PHP-MAPI bindings, and import from PST/OST/MSG/TNEF, EML/ICAL/VCF, KDB
Stars: ✭ 163 (+805.56%)
Mutual labels:  outlook
EmojiAddIn
Emoji for Outlook and Thunderbird
Stars: ✭ 21 (+16.67%)
Mutual labels:  outlook
Stormkitty
🔑 Open source stealer written on C#, all logs will be sent to Telegram bot.
Stars: ✭ 198 (+1000%)
Mutual labels:  outlook
Email Header Analyzer
E-Mail Header Analyzer
Stars: ✭ 247 (+1272.22%)
Mutual labels:  outlook
Office365FiddlerExtension
This Fiddler Extension is an Office 365 centric parser to efficiently troubleshoot Office 365 client application connectivity and functionality.
Stars: ✭ 23 (+27.78%)
Mutual labels:  outlook
Prospect Mail
Prospect is an Outlook mail desktop client powered by Electron
Stars: ✭ 112 (+522.22%)
Mutual labels:  outlook
AutomatedOutlookSignature
PowerShell script to automate the creation of Outlook signatures using Active Directory attributes.
Stars: ✭ 36 (+100%)
Mutual labels:  outlook
Davmail
DavMail POP/IMAP/SMTP/Caldav/Carddav/LDAP Exchange and Office 365 Gateway - Synced with main subversion repository at
Stars: ✭ 250 (+1288.89%)
Mutual labels:  outlook
LInkedIn-Reverese-Lookup
🔎Search LinkedIn profile by email address📧
Stars: ✭ 20 (+11.11%)
Mutual labels:  outlook
Outlook
Python library to read email from live, hotmail, outlook, office365 or any microsoft email service
Stars: ✭ 203 (+1027.78%)
Mutual labels:  outlook
Mail Parser
Tokenizer for raw mails
Stars: ✭ 240 (+1233.33%)
Mutual labels:  outlook
Outlook-Add-in-SSO
[MOVED] The sample implements an Outlook add-in that uses Office's SSO system to get access to Microsoft Graph APIs and adds buttons to the Outlook ribbon.
Stars: ✭ 48 (+166.67%)
Mutual labels:  outlook
Freelook
Freelook, an Electron-based client for Microsoft Outlook.
Stars: ✭ 159 (+783.33%)
Mutual labels:  outlook
OutlookPasswordRecovery
This tool usable for recover Outlook passwords and it working with all versions. I tested with 2007, 2010, 2013 and 2016.
Stars: ✭ 14 (-22.22%)
Mutual labels:  outlook
Xstreader
Xst Reader is an open source viewer for Microsoft Outlook’s .ost and .pst files, written entirely in C#. To download an executable of the current version, go to the releases tab.
Stars: ✭ 149 (+727.78%)
Mutual labels:  outlook
FritzBoxTelefon-dingsbums
Das Fritz!Box Telefon-dingsbums ist ein Outlook-Addin, welches ein direktes Wählen der Kontakte aus Outlook ermöglicht. Zusätzlich bietet es nützliche Funktionen, wie einen Anrufmonitor oder eine Rückwärtssuche.
Stars: ✭ 16 (-11.11%)
Mutual labels:  outlook
RaspberryPi-WeatherStation
7.5 ePaper Waveshare Outlook WeatherStation 墨水屏台历
Stars: ✭ 30 (+66.67%)
Mutual labels:  outlook
posthtml-mso
Makes writing Outlook conditionals in HTML emails easy.
Stars: ✭ 17 (-5.56%)
Mutual labels:  outlook
OotD
Outlook on the Desktop (OotD)
Stars: ✭ 76 (+322.22%)
Mutual labels:  outlook

outlook-move-to-thread

Microsoft Outlook VBA to move emails to the same folder as the rest of the email thread

When this macro is run within the main window of Microsoft Outlook, the user will be prompted with a pop-up containing a list of folders that emails within the thread already reside in, excluding default folders such as "Inbox" and "Sent Items". The user picks a folder from the list and emails will be moved to the selected folder.

Example of selecting the folder

If there would only be one folder in the list, then the emails will be moved without prompting the user and the macro displays a message box confirming the move.

Example of moving emails

Installation

Open Outlook VBA window using a method such as Alt+F11.

Import files by selecting "File" then "Import File...". Import ListThread.bas and ListThreadFolders.frm. ListThreadFolders.frx must be in the same directory as ListThreadFolders.frm when it is imported.

Usage

Run LoadUserForm in ListThread.bas to start the macro. It is recommended to create a toolbar shortcut button to this subroutine.

Limitations

The macro crashes if certain symbols such as the percent sign (%) or backslash (\) are within a folder name.

Contributing

Pull requests, issues, and feature suggestions are welcome. All code in pull requests must be tested in Outlook and exported directly from the program to ensure import compatibility.

Acknowledgements

Much of the code has been copied and edited from various sites and forums. Credit to original sources is given in the code where applicable.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].