问题描述
当使用工具栏按钮单击时,如何使用C#.net在Outlook 2007中复制活动电子邮件选择的文本,以下事件被触发,该事件选择的文本存储到sql server数据库中,如何编写代码请给我任何建议,我验证链接,但该链接< a href ="http://www.vbforums.com/showthread.php?t=451995"</a>是VB.net,我有c#.net代码,请给我一些想法
私有void _objToolBarButton_Click(Office.CommandBarButton ctrl,参考布尔取消)
谢谢你
RaviChaitanya
Hi,
How do i copy the active email message selected text in outlook 2007 using C#.net, when the toolbar button is clicked bellow event is fired that event selected text to stored the sql server database how to write the code pls give me any suggestion , i am verify the link but that link <a href="http://www.vbforums.com/showthread.php?t=451995"></a> is VB.net , i have c#.net code pls give me some idea
private void _objToolBarButton_Click(Office.CommandBarButton ctrl, ref bool cancel)
Thank u
RaviChaitanya
推荐答案
这篇关于使用Outlook复制邮件中的所选文本的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!