Outlook 2010 是否支持 MAPI

发布于 2024-12-21 18:53:28 字数 612 浏览 5 评论 0原文

我正在尝试使用 MAPI 在 SharePoint 中显示公共日历。下面的示例代码可以在安装了 Outlook 2007 的计算机上完美运行。但 Outlook 2010 不显示大白块。

这就是安全吗? Outlook 2010 支持 MAPI 吗?非常感谢任何建议。

<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder
width="100%"
height="430"
codebase="http://activex.microsoft.com/activex/controls/office/outlctl x.CAB#ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Public Folders\All Public Folders\Training Calendar">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>

I am trying to use MAPI to display a public calendar in SharePoint. The below sample code works perfectly with a machine having Outlook 2007 installed. But Outlook 2010 does not displays a big white block.

Is this security? Is MAPI supported in Outlook 2010? Any advise is greatly appreciated.

<OBJECT classid=CLSID:0006F063-0000-0000-C000-000000000046
id=ViewCtlFolder
width="100%"
height="430"
codebase="http://activex.microsoft.com/activex/controls/office/outlctl x.CAB#ver=9,0,0,3203">
<param name="Namespace" value="MAPI">
<param name="Folder" value="\\Public Folders\All Public Folders\Training Calendar">
<param name="Restriction" value="">
<param name="DeferUpdate" value="0">
</OBJECT>

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

猥︴琐丶欲为 2024-12-28 18:53:28

Outlook 2010 很好地支持 MAPI。 不幸的是,您没有使用 MAPI。您正在使用 Outlook 视图控件

Outlook 2010 中仍然支持此控件,但它的使用仅限于进程内 Outlook使用,如自定义文件夹页面。

引用第一个链接:

请勿在 Outlook 进程之外的任何情况下使用视图控件,例如在浏览器托管的 HTML 页面中。不支持进程外场景。

Outlook 2010 supports MAPI just fine. Unfortunately, you are not using MAPI. You are using the Outlook View Control.

Support for this control is still included in Outlook 2010, but it's use is restricted to in-process Outlook use, like custom folder pages.

Quote from the first link:

Do not use the View Control in any scenario outside the Outlook process, such as in an HTML page hosted in a browser. Out-of-process scenarios are not supported.

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