将 Outlook 邮件集成到我的网站

发布于 2024-11-29 09:17:32 字数 191 浏览 0 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

听不够的曲调 2024-12-06 09:17:33

如果您使用的是 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?

梦情居士 2024-12-06 09:17:32

设置 Exchange 服务器时,您应该能够将其与 IIS 集成,并为通过 Web 服务器提供的电子邮件服务设置 OWA,例如:

Https://Mysite.com/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:

Https://Mysite.com/owa

Then use that domain in your iframe.
Best of luck!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文