Forum Discussion
GaetanDolige
Dec 11, 2023Copper Contributor
CreateObject("Outlook.Application") with New Outlook
Hello, I've just noticed that when using the New Outlook, the VBA command CreateObject("Outlook.Application") generates the following error: "-2146959355 (80080005) Server execution failed". Am...
M_B
Jan 09, 2025Copper Contributor
After I googled a bit, I found the answer at the link below but basically outlook new is the windows mail app which is a web app and has no API's to call (API’s are what you use to take to apps in the background to do stuff and share data without user input needed). You must have the desktop app installed and use that and not use the outlook new is what I understand you can’t just have it installed but must have it as the default.
https://stackoverflow.com/questions/77901200/using-interaction-createobjectoutlook-application-with-new-version-of-outloo