TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
satyapal singh
1.4k
319
11.1k
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.
Reply
Answers (
1
)
How to Resolve 80040154 Class not registered error
c#.net dll to be consumed in delphi application