Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

IIS 7.5 receive emails?

In the good old days with IIS 6, it was possible to use the SEOLib to make a managed hook in the SMTP service that would run whenever a mail got delivered.

In Vista and W7 they stopped shipping SEOLib, so we can no longer develop for it.

What is the replacement for this functionality?

like image 233
Cine Avatar asked May 25 '10 09:05

Cine


2 Answers

Maybe something to do with SMTP Event Sinks ? Take a look : SMTP event sinks under Windows Server 2008 R2.

And maybe this. It seems the SMTP architecture was revised on IIS 7 & Exchange 2007.

like image 173
JoeBilly Avatar answered Nov 03 '22 23:11

JoeBilly


Read:

Custom SMTP in C#
Send and Receive Mail from C# (SMTP and POP)

like image 36
Shimmy Weitzhandler Avatar answered Nov 04 '22 00:11

Shimmy Weitzhandler