从 Web 在 Outlook 窗口中打开电子邮件
我有一个网页,由使用 Exchange 托管 Web 服务 API 从 Exchange 服务器获取的数据驱动。我想添加电子邮件消息的链接,以便用户可以在归档之前预先阅读它们,但显然不想在网页中重新呈现消息。
相反,我想在 Outlook 窗口中启动它,我知道所有用户的计算机上都安装了 Outlook。有谁知道该怎么做?
我认为可以使用 outlook:xyz 地址,但它看起来像这样:如何从 VB.NET 打开 Outlook“新邮件消息”窗口 可能更有可能。
有什么想法吗?
谢谢斯图
I have a web page driven by data taken from an Exchange server using the Exchange Managed Web Services API. I'd like to add links to the email messages so the user can pre-read them before filing them but obviously don't want to re-render the message in a web page.
Instead I'd like to launch it in an outlook window, I know that all users have outlook installed on their computers. Does anyone know how to do this?
I thought that it might be possible to use an outlook:xyz address but it looks like something like this: How to open Outlook "New mail message" window from VB.NET might be more likely.
Any ideas?
Thanks Stu
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看起来 Outlook Web Access 几乎是执行此操作的唯一方法。不幸的是,这对我的组织来说是不可能的,所以如果有人有任何想法,请告诉我。
It looks like Outlook Web Access is pretty much the only way to do this. Unfortunately that's not possible with my organisation so if anyone has any ideas, let me know.