Outlook API,自定义帐户类型

发布于 2024-07-26 19:10:43 字数 167 浏览 2 评论 0原文

我正在考虑做一些认真的 MS Outlook 可扩展性,超越电子邮件的概念,但仍在消息传递领域。 因此,我需要能够让 Outlook 了解新的“帐户类型”(即,它当前仅理解 POP、Exchange 等)。 任何人都可以向我指出可以促进此功能的 API 区域(如果存在的话)...?

谢谢

I am looking at doing some serious MS Outlook extensibility, going beyond the concept of e-mail, but still in the realm of messaging.
As such, I will need to be able to make Outlook aware of a new 'Account Type' (i.e., it currently only understands POP, Exchange, etc).
Can anyone point me to an area of the API that may facilitate this functionality, if it exists...?

Thanks

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

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

发布评论

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

评论(1

旧伤慢歌 2024-08-02 19:10:43

亚当,
阅读您关于拥有新提供程序的问题,您将不得不考虑创建一个新的 Mapi 提供程序。 这是一个相当复杂的领域,可以从 MSDN 开始
http://msdn.microsoft.com/en-us/library/cc979221。 aspx 还在互联网上查找 pdf 书“Inside mapi”

虽然使用 Outlook 插件可以使用窗格和表单区域等扩展 UI,但可能还有其他方法来解决该问题,或者较旧的技术是使用子类化和挂钩。

马库斯

Adam,
reading your question about having a new provider you would have to look at creating a new Mapi provider. This is a pretty complicated area a place to start would be MSDN
http://msdn.microsoft.com/en-us/library/cc979221.aspx also look for the pdf book "Inside mapi" on the internet

There may be other ways to look at the problem though using Addins for outlook that would extend the UI using panes and form regions etc. or and older technique is to use subclassing and hooking.

Marcus

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