我们可以在WPF应用程序中创建电子邮件收件箱吗

问题描述:

在我的WPF项目中,我有一个邮箱选项.用户只能从其EmailID发送电子邮件的地方.现在,我想在我的应用程序中实现电子邮件收件箱",用户可以在其中查看其EmailAccount(Yahoo,Gmail..etc)的电子邮件.
这会起作用吗?
请指导我.
谢谢.

In my WPF project i have a mailbox option. Where user can only send emails from his EmailID. Now i want to implement Email Inbox in my application,where user can see Emails of his EmailAccount(Yahoo,Gmail..etc).
Is this gonna work..
Please guide me.
Thanks advance.

您选择的UI技术对实际连接到相关邮件帐户的能力没有影响.如果您想从服务器读取电子邮件,我建议 [^ ]文章,以帮助您入门.要发送电子邮件,请查看 [
The UI technology you choose has no affect on the ability to actually connect to the mail accounts in question. If you want to read emails from the server, I''d recommend this[^] article to help you get started. To send emails, take a look at this[^] project.