CoolArchTek
CoolArchTek

Reputation: 3829

C# Fire event from outlook

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

Answers (1)

Dmitry Streblechenko
Dmitry Streblechenko

Reputation: 66215

Sure, on the receiving side, use Application.NewMailEx event to open the customer's reply.

Upvotes: 1

Related Questions