Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 WPF 项目中,我有一个邮箱选项。用户只能从他的 EmailID 发送电子邮件。现在我想在我的应用程序中实现电子邮件收件箱,用户可以在其中看到他的电子邮件帐户(雅虎、Gmail ..等)的电子邮件。这行得通吗..请帮助我。提前谢谢。
它可以,您需要探索可用于从 Yahoo 和 Gmail 调用用户邮件的 API。在这种情况下,有时 api 不会公开,您需要使用 http post 方法、http web 请求,然后获取结果并显示用户电子邮件。
我建议搜索是否有一些 api 可用于从用户收件箱中检索邮件