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?