Forum Discussion
MatsNorway_ECOSTOR
Sep 19, 2022Copper Contributor
How to remove [External:] from subjects coming in - Office 365
A rule was added on admin level, it breaks the conversation threads and creates a huge mess for anyone with a lot of email coming in. If anyone got any tips on that front, that would be great!
MatsNorway_ECOSTOR
Sep 20, 2022Copper Contributor
Thanks but i cant get them to work. When i hit F5 and run the code you provided seems fine. It just dont do anything for my inbox it seems. If i where to run redemption, what variant of redemption would i run? RedemptionLoader? Only one that seems free.
Assuming first message to me gets cleaned up i would be happy from there. As all replys back to me would get cleaned up as well. If technicle`s code is possible to make work please help us do that. Old email does not matter, just anything coming in and out in the future.
Edit: this code works, but you have to start it every time manually.
https://superuser.com/questions/1104162/ms-outlook-how-to-alter-subject-line-strip-re-fw-and-add-prefix
And it is very difficult to add anything to it.
Sep 20, 2022
The superuser one looks like technilee's - it is an automatic macro. It goes in thisoutlooksession or a separate class module, you restart outlook and it runs when you reply.
You need the developer version of redemption. It installs both 32 and 64 bit and outlook knows which to use.
My macro (at slipstick) is a manual macro - you select the message and run it. When I tried a macro that worked with rules it didn't remove the prefix. I tried an itemadd macro (runs when new items added to inbox) - that seems to work most of the time, but it doesn't always get the conversation cleaned up. My manual macro sometimes missed the conversation too.
You need the developer version of redemption. It installs both 32 and 64 bit and outlook knows which to use.
My macro (at slipstick) is a manual macro - you select the message and run it. When I tried a macro that worked with rules it didn't remove the prefix. I tried an itemadd macro (runs when new items added to inbox) - that seems to work most of the time, but it doesn't always get the conversation cleaned up. My manual macro sometimes missed the conversation too.