satyapal singh

satyapal singh

  • 1.3k
  • 319
  • 10.9k

How to open outlook using c#

Sep 14 2017 2:02 AM
.I had an issue to open outlook (with attachment) in multiple browsers. But could not be achieved this so I tried this dll (Microsoft.Office.Interop.Outlook) and found this is working fine at local environment.
 
When I deployed it on the testing environment then getting below error.
 
Note- Outlook is not configured on the testing environment.
 
Retrieving the COM class factory for component with CLSID {0006F03A-0000-0000-C000-000000000046} failed due to the following error: 80010001 Call was rejected by callee. (Exception from HRESULT: 0x80010001 (RPC_E_CALL_REJECTED)).
 
Can you please help me on this. 
 

Answers (1)