Rachl, you need to delete the file "olk.exe". From your screenshot, I suspect its the one called "olk" with the hidden extension. Alternatively you, can just right click and rename it "Old_olk.exe".
If that fails, you might try solution 4 below. Just run the "bat" script and it does everything for you. .
Kind regards
Chris
PS Here is a summary of possible solutions in found in this thread no particular order:
A big thank you to all those who have shared solutions.
1- Deleting the new Outlook's executable ("olk.exe") from "C:\Program Files\WindowsApps\Microsoft.OutlookForWindows".
(See The Man James's post on page 2- marked "Answer")
2- Deleting the Json files: C:\Users[Your computer's username]\AppData\Local\Packages\microsoft.windowscommunicationsapps_8wekyb3d8bbwe\LocalState\Migration\settings.json
and then later changing the permissions of the Migration Folder.
(See Jimmy W's post on page 1 and also Mark Freedman's post on page 3)
3- Use Python script to automatically uninstall the New Outlook.
(See Dominic Brooks post page 2)
4- Use a BAT script to install a dummy version of the new outlook. This will stop the new Outlook from taking over the old Mail app. You can download it here: https://github.com/matej137/OutlookRemover
(See Federico Roviralta's post on page 3)
5- Change the data in the callback folder
Users/(you)/AppData/Local/Microsoft/Outlook/NewOutlookMigration/
open 'callback' with notepad; change the last two toggles from 'true' to 'false'. close and save.
Then lock down the 'NewOutlookMigration' folder using the same 'deny' write access as before.
(See Nick Haddock's post on page 2)
I hope I didn't miss any of the solutions!