Outlook API,自定义帐户类型
我正在考虑做一些认真的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
亚当,
阅读您关于拥有新提供程序的问题,您将不得不考虑创建一个新的 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