In our Company i have developed the application which starts the Outlook and emails to all clients.
As it is manual process to send the same, sometime user might forget to run the application.
To avoid the same we have planned to run the Application using Task Scheduler from Window server.
When user is logged in Application successfully runs from Task Scheduler.
But when logged off after Scheduling its giving the 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))
I am not getting what can be the probable reason for the same.
If anyone knows please help me out.