收到的邮件 [英] Recived Mail Message

查看:97
本文介绍了收到的邮件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

嗨!
我正在使用asp.net应用程序,需要从Internet发送和接收电子邮件.到目前为止,我已经可以使用.net的SMTP类从应用程序发送电子邮件.

现在,我需要在应用程序中接收来自互联网的电子邮件,例如Yahoo,gmail,hotmail等.

在这方面请帮助我.

Hi!
I am working with a asp.net application where i need to send and receive email from Internet. So far I have abled to send email from my application by using the SMTP class of .net.

Now i need to receive email from internet such as from Yahoo, gmail,hotmail etc. in my application.

Please help me on this regard.

推荐答案

为了接收邮件,您需要编写一个邮件应用程序,该应用程序实际上将位于您的Web应用程序后面,因为您的Web页面不希望连接到邮件服务器并在回发周期中收集邮件.它要复杂得多,因为ASP.NET对发送邮件具有丰富的支持,而对于接收邮件则没有任何支持.这还取决于所有这些邮件站点是否都允许您通过POP邮件客户端POP3(这是您需要编写的)连接到它们.
In order to recieve mail, you need to write a mail application, which really will sit behind your web app, because your web page doesn''t want to connect to a mail server and collect mail on a postback cycle. It''s a lot more complex, because ASP.NET has rich support for sending mails and none for recieving it. It also depends on if all those mail sites allow you to connect to them via POP3, which is what you need to write, a POP mail client.


这可能会帮助您解决. br/> 从ASP.NET阅读电子邮件 [
this may help you solve..
Read E Mails from ASP.NET[^]


尝试一下- http://sourceforge.net/projects/hpop/ [
Try this - http://sourceforge.net/projects/hpop/[^] to read emails using POP3


这篇关于收到的邮件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆