将 Outlook 邮件集成到我的网站
我有一个 J2EE 网站,为我的用户提供软件即服务服务。我想使用 Outlook 邮件交换服务器,供我的用户使用。因此,我想:
首先,使用 IFrame 将 Outlook 邮件嵌入到我的网站中。 然后,将 Outlook 用户同步到我的用户。 (每个使用我的服务的用户,都可以通过我的网站拥有一个 Outlook 帐户)
提前致谢。
I have a J2EE website that offers Software-As-A-Service services for my users. I want to use the outlook mail exchange server, to be used by my users. Therefore, I want to:
First, Embed the outlook mail in my website using an IFrame.
Then, Synchronize the outlook users to my users. (Each user using my service, can have an outlook account through my website)
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 Exchange 2010,则可以使用 Outlook WebApp Web 部件:http:// /technet.microsoft.com/en-us/library/bb232199.aspx
我仍然无法理解您第二步的目标是什么。您想将邮件从 Exchange 复制到您的系统吗?
If you are working with Exchange 2010, you can use the Outlook WebApp webparts: http://technet.microsoft.com/en-us/library/bb232199.aspx
I still have trouble understanding what your goal is with your second step. Do you want to replicate the mails from Exchange to your system?
设置 Exchange 服务器时,您应该能够将其与 IIS 集成,并为通过 Web 服务器提供的电子邮件服务设置 OWA,例如:
然后在 iframe 中使用该域。
祝你好运!
When setting up exchange server you should be able to integrate it with IIS and setup OWA for email services delivered through your web server, like:
Then use that domain in your iframe.
Best of luck!