检查电子邮件 [英] checking E-mail

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

问题描述

大家好
我正在用C#编写项目并在silverlight3中进行设计..
我的项目中有一个电子邮件选项
它有5个部分
1.)收件箱
2.)地址簿
3.)草稿
4.)模板
5.)设置

现在,除了第一个点,即"INBOX",几乎所有点都已完成
用户在gmail,hotmail,yahoomail e.t.c处有电子邮件ID.
现在,我希望用户可以方便地检查项目中2个不同电子邮件ID的所有电子邮件..
我想在自己的应用程序中打开所有收件箱..

怎么可能...
在此先感谢

hello to all
I am making the project as coding in c# and designing in silverlight3..
There is an option of E-mail in my project
It has 5 parts
1.) Inbox
2.) adress book
3.) Drafts
4.) Templates
5.) Settings

Now almost all points are completed except the first point i.e "INBOX"
user have there e-mail id at gmail,hotmail,yahoomail e.t.c
Now I want user the facility to check all e-mails of different-2 e-mail id''s in my project..
I want to open all Inboxes in my own application..

How it will be possible...
Thanks in advance

推荐答案

要从邮件服务器获取电子邮件,通常需要使用IMAP或POP协议.那里有可以为您执行此操作的库,或者您可以使用TcpStream创建自己的库.但是请注意,后者需要大量工作.

您还需要检查yahoo是否支持IMAP或POP访问,否则您将需要实现另一种方法.哦,除非您付费,否则我认为Hotmail不支持这种访问方式(尽管自从我停止使用hotmail以来已经有一段时间了).
To get emails from a mail server you usually need to use the IMAP or POP protocols. There are libraries out there that can do this for you, or you can use the TcpStream to create your own. Be warned, though, the latter is a lot of work.

You also want to check that yahoo supports IMAP or POP access, otherwise you''re going to need to implement another method. Oh, and I don''t think Hotmail supports that sort of access unless you pay for it (though it''s been a while since I stopped using hotmail).


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

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