Outlook macro to move conversations into folders.

Job ID: 35966066

Budget: $10 – $30 AUD

A simple VBA macro for Outlook 365 Desktop App (Win10).

The macro needs to go through the current folder and for each email:
1. find related emails. (to find all emails that are part of the conversation of the current selected email)
2. select all those found emails.
3a. move those emails to a folder, where the folder name is the SUBJECT of the email conversation (autocreate folder if required, while avoiding any folder naming/prohibited character issues).
3b. Move those emails to a folder using the "move to folder" popup window to allow user to select location and/or create new folder.
3c. Move those emails into the current folder.
4. Move to next email in the folder, and go to step 1.
5. if no more email, end.

I would like 3 versions of this macro.
Version A that does step 3a (and not 3b/c) and version B that does step 3b (and not 3a/c) and version C that does step 3c (and not 3a/b).