smtp receive ?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
i have to migrate an old asp classic app into asp.net
this application has a mail fonction
 
Hi i'm sorry, a bug with the http interface ;-)

As i said, this app makes smtp send and receive. The old app in classic asp uses a component called jmail.

In dotnet, i'm ok with smtp send, that's an easy functionalities provided by the framework.
But what about smtp receive ?
How can i do that ? shall i use a component (and buy it) or is it possible to develop it, and if i have to develop it, will it take a lot of time ?

I made some search on google, and all i found was about smtp send, or a component not free that can perform the smtp receive from quiksoftcorp.com

any other clue ?

Thanks
 
You need a pop3 component.

--
Regards

John Timney
Microsoft Regional Director
Microsoft MVP


Elise.D said:
Hi i'm sorry, a bug with the http interface ;-)

As i said, this app makes smtp send and receive. The old app in classic
asp uses a component called jmail.
In dotnet, i'm ok with smtp send, that's an easy functionalities provided by the framework.
But what about smtp receive ?
How can i do that ? shall i use a component (and buy it) or is it possible
to develop it, and if i have to develop it, will it take a lot of time ?
I made some search on google, and all i found was about smtp send, or a
component not free that can perform the smtp receive from quiksoftcorp.com
 
Look for POP3 receive components. There are a couple available. Soft
Artisans has one.

--- Nick

Elise.D said:
Hi i'm sorry, a bug with the http interface ;-)

As i said, this app makes smtp send and receive. The old app in classic
asp uses a component called jmail.
In dotnet, i'm ok with smtp send, that's an easy functionalities provided by the framework.
But what about smtp receive ?
How can i do that ? shall i use a component (and buy it) or is it possible
to develop it, and if i have to develop it, will it take a lot of time ?
I made some search on google, and all i found was about smtp send, or a
component not free that can perform the smtp receive from quiksoftcorp.com
 
Yes that's the one (soft artisan) we used for the classic asp
okay thanks for the answer
 
Back
Top