I’ve done plenty of outbound email processing via both SQLServer and .net web apps. But in terms of what I can do to respond to incoming email I’m starting from scratch and looking for an overview of how an asp.net (preferably examples specific to mvc apps) assembly can use input from inbound email using resources native to IIS7/winserver08.
I’ve done plenty of outbound email processing via both SQLServer and .net web apps.
Share
You could to start with A POP3 Client in C# .NET. This previous question can also help: Reading Email using Pop3 in C#