Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMTP Receive

Status
Not open for further replies.

EliseD

Programmer
Jun 22, 2004
12
FR
Hi,

i have to migrate an old asp classic app into asp.net, but my question is not about asp.net, just .net.

This application has a mail fonction : it 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
is there any other possibilities ?

any other clue ?
 
EliseD,
I did a google search myself for "POP3 + C#" and it returned a couple of links that may help you! Here's one of them:

How to POP3 in C#

Google has proven to be very efficient for me. Perhaps you might want to try to do another search with different words and something useful will come up!

JC

_________________________________________________
To get the best response to a question, read faq222-2244!
 
thanks, i didn't think about pop3 solution, i focused on SMTP because we used a component called JMail.

I chechked this solution but i'd like also to know if someone already used JMail in .Net ? (with a com wrapper maybe ??, i never tested wrapper)

Thanks
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top