接收到C#应用程序的电子邮件 [英] Receiving an email to a C# application

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

问题描述

在那儿
我发现您的网站上已经存在有关接收C#应用程序电子邮件的内容.我只是想知道你们是否能帮助我,我还想检索发送电话的电子邮件以及电子邮件的内容并直接更新SQl数据库.

问候
Thelma Madzikanda

Hie there
I found the stuff that''s already on your website regarding receiving an email to a C# application. I was just wondering if you guys could help me.I would also like to retrieve the phone number as well as the contents of the email from which the email is being sent and update the SQl database directly.

Regards
Thelma Madzikanda

推荐答案

没有接收电子邮件"之类的东西.您为什么认为有人会向您的应用程序发送电子邮件?您的应用程序不能是电子邮件传递链的成员,除非它是邮件传递代理(MDA).也许您首先需要阅读电子邮件的工作原理,以了解您到底想要什么.

请参阅:
http://en.wikipedia.org/wiki/电子邮件 [ http://en.wikipedia.org/wiki/E-mail#Operation_overview [ ^ ](首先请注意这一点),
http://en.wikipedia.org/wiki/Message_delivery_agent [ http://en.wikipedia.org/wiki/Pop3 [ http://en.wikipedia.org/wiki/IMAP [ http://www.codeproject .com/search.aspx?doctypeid = 1& q =%28POP3 + OR + IMAP%29 + client +%22C%23%22 [
There is no such thing as "receiving e-mail". Why do you think someone will send a e-mail to your application? You application cannot be the member of the e-mail delivery chain unless it is a Mail Delivery Agent (MDA). Perhaps you first need to read on how e-mail works, to understand what exactly do you want.

Please see:
http://en.wikipedia.org/wiki/E-mail[^],
http://en.wikipedia.org/wiki/E-mail#Operation_overview[^] (first of all pay attention for this),
http://en.wikipedia.org/wiki/Message_delivery_agent[^].

Maybe, you only need to write an application to connect to existing POP3 or IMAP server? Then see this:
http://en.wikipedia.org/wiki/Pop3[^],
http://en.wikipedia.org/wiki/IMAP[^].

If so, look here:
http://www.codeproject.com/search.aspx?doctypeid=1&q=%28POP3+OR+IMAP%29+client+%22C%23%22[^].

—SA


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

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