Outlook VSTO 是否可以使用地址簿控件?
我需要在 Outlook VSTO 项目中模拟地址簿控件。使用真实控件会简单得多,不是吗?
那么,您知道一种公开地址簿控件并获取其中选择的内容的方法吗?
编辑:没关系,重新创建控件的基本版本会更容易。
I need to mimic the adress book control in an Outlook VSTO project. It would be much simpler to use the real control, isn't it?
So, do you know a way to expose the address book control, and get what's selected within, of course?
Edit: Never mind, re-creating a basic version of the control will be way easyer.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决方案:第三方Redemption库提供此功能。
Solution: third party Redemption library offer this feature.
您不需要使用第三方插件。你可以这样做:
http://msdn.microsoft.com/ en-us/library/office/ff868361.aspx
下面的代码是用 VBA 编写的,但您可以轻松地将其转换为 C#:
You don't need to use a third party addin. you can do it with this:
http://msdn.microsoft.com/en-us/library/office/ff868361.aspx
this code below is in VBA but you can easily convert it to C#: