System.Runtime.InteropServices.COMException (0x80080005) CO_E_SERVER_EXEC_FAILURE
I have a C# in my automation. When this (deployed) automation is executed, exception is thrown at the following line:
Outlook.Application outApp = new Outlook.Application();
I have this reference:
using Outlook = Microsoft.Office.Interop.Outlook;
What is the reason for this exception?
@KasiaM40 This is an error coming from the Outlook interop assembly. I am unfamiliar with that error, however a quick web search indicates several possible causes. If anyone else has any experience, they are welcome to weigh in, but you might get closer if you search for Outlook interop and then your error code.