We already use the SMTP features in .NET for sending SMTP email, but how can
you receive SMTP email using the .NET framework. Basically we need to catch
email from a given address and then invoke our business processes. Any help
or a direction to the right article would be great. We need to work with the
SMTP service installed with IIS.
Thanks :-)
Re: Read SMTP email using ASP.NET and IIS
am 30.01.2008 13:59:37 von Aidy
SMTP is for sending email and pop3 for receiving it. You could use a .net
pop3 component someone else has already written or write your own.
"peter smith" wrote in message
news:OJbUw7zYIHA.4448@TK2MSFTNGP03.phx.gbl...
> Hi all.
>
> We already use the SMTP features in .NET for sending SMTP email, but how
> can you receive SMTP email using the .NET framework. Basically we need to
> catch email from a given address and then invoke our business processes.
> Any help or a direction to the right article would be great. We need to
> work with the SMTP service installed with IIS.
>
> Thanks :-)
>
>
RE: Read SMTP email using ASP.NET and IIS
am 30.01.2008 15:07:02 von rodoopus
You wire it something like this
RE: Read SMTP email using ASP.NET and IIS
am 30.01.2008 15:10:00 von rodoopus
Sorry this got posted to the wrong question
--
aaa
"Angel" wrote:
>
Re: Read SMTP email using ASP.NET and IIS
am 30.01.2008 15:27:20 von Aloof
Thanks Aidy.
I knew i was being a dope!!! Okay now by brain is back on track.
Thanks
Paul
"Aidy" wrote in message
news:SeCdnQaVtocn6T3anZ2dnUVZ8t2snZ2d@bt.com...
> SMTP is for sending email and pop3 for receiving it. You could use a .net
> pop3 component someone else has already written or write your own.
>
> "peter smith" wrote in message
> news:OJbUw7zYIHA.4448@TK2MSFTNGP03.phx.gbl...
>> Hi all.
>>
>> We already use the SMTP features in .NET for sending SMTP email, but how
>> can you receive SMTP email using the .NET framework. Basically we need to
>> catch email from a given address and then invoke our business processes.
>> Any help or a direction to the right article would be great. We need to
>> work with the SMTP service installed with IIS.
>>
>> Thanks :-)
>>
>>
>
>
Re: Read SMTP email using ASP.NET and IIS
am 30.01.2008 15:31:19 von NoSpamMgbworld
You can read from a server using Pop3. Here is one example:
http://www.developerfusion.co.uk/show/4071/
I am certain there are some pre-made, third party components, as well.
--
Gregory A. Beamer
MVP, MCP: +I, SE, SD, DBA
*************************************************
| Think outside the box!
|
*************************************************
"peter smith" wrote in message
news:OJbUw7zYIHA.4448@TK2MSFTNGP03.phx.gbl...
> Hi all.
>
> We already use the SMTP features in .NET for sending SMTP email, but how
> can you receive SMTP email using the .NET framework. Basically we need to
> catch email from a given address and then invoke our business processes.
> Any help or a direction to the right article would be great. We need to
> work with the SMTP service installed with IIS.
>
> Thanks :-)
>
>