如何为邮件内右键单击创建 Outlook 2007 上下文菜单?
因此,我意识到没有简单的方法可以向 Outlook 2007 添加上下文菜单(在电子邮件中),因为没有相应的 API。有谁知道有什么 hack/hook 可以将功能添加到消息正文中的右键单击上下文菜单中?。任何其他可能的解决方案将不胜感激。智能标签也已被弃用,但创建一个可以通过单击一次安装的智能标签库的简单示例也将受到赞赏(如果可以完成这样的事情)。
http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/59e29895-7f5f-465e-bcb4-1082306207b2 http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/996a438f-327b-4b73-b9a7-7bffd7b6fefb/
编辑:我也会尝试使用智能标签,但是sdk链接对我来说是坏的。 http://msdn.microsoft.com/en-us/ms123402.aspx编辑
:如果我获得更多声誉,我将为此添加赏金。
So I have become aware that there is no simple way of adding a context menu (within the email message) to Outlook 2007, as there is no API for it. Does anyone know of any hack/hook that would be able to add functionality to the right click context menu WITHIN the message body?. Any other possible solutions would be greatly appreciated. Smart Tags are also deprecated, but a simple example of creating a smart tag library that can be installed via click once would also be appreciated (If such a thing can be done).
http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/59e29895-7f5f-465e-bcb4-1082306207b2
http://social.msdn.microsoft.com/Forums/en-US/vsto/thread/996a438f-327b-4b73-b9a7-7bffd7b6fefb/
EDIT: I would also attempt to use smart tags, but the sdk link is broken for me. http://msdn.microsoft.com/en-us/ms123402.aspx
EDIT: If I get some more reputation I will add a bounty for this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
![扫码二维码加入Web技术交流群](/public/img/jiaqun_03.jpg)
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
显然,无论黑客如何攻击,这都是不可能的。
Apparently it is simply impossible, regardless of the hack.
如果你对现有项目之一进行内存破解并在单击时调用不同的函数,这是可能的……但它会变得太hacky了。
It is possible if you memoryhack one of the existing items and call different function on click...but it will get waaay too hacky like that.