如何将菜单项添加到 Outlook 中的文件类型中
我正在尝试将 VCF 文件创建导出方法到我们的 CRM 应用程序。
我正在运行新的 VS 2010,但将项目定位为 .NET 3.5,
连接到此上下文菜单的技术是什么?
替代文本 http://www.balexandre.com/temp/2010-04- 14_1523.png
我对外接程序非常陌生,但逻辑思路是创建 Outlook 外接程序,但是我惨败向此上下文菜单添加菜单项:(
感谢您对此的任何帮助
I'm trying to create a Export method of a VCF file to our CRM application.
I'm running the new VS 2010 but target the project as .NET 3.5
what is the technique to hook up into this context menu?
alt text http://www.balexandre.com/temp/2010-04-14_1523.png
I'm very new to AddIns but as a logical line of thought is to create an Outlook AddIn, but I'm failing miserably to add a menu item to this context menu :(
Thank you for any help on this
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
明白了
替代文本 http://www.balexandre.com/temp/2010- 04-14_1604.png
然后在 eventHandler 中
Got it
alt text http://www.balexandre.com/temp/2010-04-14_1604.png
and then in the eventHandler