Reputation: 3829
Is possible to fire an event in c# when ever user responds to an email using outlook?
I have an approval system which sends out an email to customers, so I am thinking instead of asking customers to login to a portal simply they can respond to email and I can catch and store that in the database.
Upvotes: 0
Views: 149
Reputation: 66215
Sure, on the receiving side, use Application.NewMailEx event to open the customer's reply.
Upvotes: 1