8
Answers

Outlook- send an email and open a winform application

Jiovanni Taveres

Jiovanni Taveres

13y
3.2k
1
Hi guys,

I'd like to integrate a software with the info I sent it by outlook. This is what I need:
I send an email from outlook, right after the send button is clicked it opens an application with some data copied from the email, such as email address, subject... and I will fill out some info else... this application will save this info to the database...
I found out examples how to create an outlook in NET, but I need to use the outlook application and call my NET application when the send button is clicked.

I hope you guys can help me with this issue, I need some suggestions please...

Thank you for your help...

Jiovanni
Answers (8)
0
Sakthikumar Thanavel

Sakthikumar Thanavel

NA 1.2k 99.7k 9y
Generally, The web application does not have the rights to access the local file system for security reason. In my point of view i think, it is not possible.