I'm running an EXE created from a ASP.NET Console application. Which basically triggers outlook with pre-populated body, subject and sender emails. I tried executing through PSEXEC and CMD (Administrator Context)
but getting following error:
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80080005 Server execution failed (Exception from HRESULT: 0x80080005 (CO_E_SERVER_EXEC_FAILURE)).
Also tried using powershell that was also asking for password via a UAC. Is there any way to invoke windows credential manager's passwords to authenticate current prompts ? Or any suggestions so that the prompt can be bypassed !
User contributions licensed under CC BY-SA 3.0