连接到此上下文菜单的技术是什么? [英] what is the technique to hook up into this context menu?

查看:55
本文介绍了连接到此上下文菜单的技术是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

this.Application.AttachmentContextMenuDisplay +=
    new Outlook.ApplicationEvents_11_AttachmentContextMenuDisplayEventHandler(ThisAddIn_AttachmentContextMenuDisplay);




这是针对Outlook2007和更高版本的,然后如何在更早期版本的VSTO(outlook2003)中实现相同的功能.谁能帮我一个忙吗




that is for outlook2007 and later versions then how to implement the same thing in ealier version of VSTO (outlook2003). Could any one help me out pls

推荐答案

AttachmentContextMenuDisplay事件未在VSTO 2003中公开,我想您最好的办法是挂接到NewInspector事件并开始从这里开始.
The AttachmentContextMenuDisplay event was not exposed in VSTO 2003, I guess the best you can do is hook up at the NewInspector event and start from there.


我将考虑在Outlook 2003 VBA中执行某些操作.您可以查看以下链接: http://www.outlookcode.com/article.aspx?id=40 [ ^ ]
I would look at doing something in Outlook 2003 VBA. You can look at this link: http://www.outlookcode.com/article.aspx?id=40[^]


这篇关于连接到此上下文菜单的技术是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆