Outlook 2007加载项创建一个按钮,用于从邮件窗口归档已发送邮件. [英] Outlook 2007 add-in creat a button to file sent items from the message window.

查看:158
本文介绍了Outlook 2007加载项创建一个按钮,用于从邮件窗口归档已发送邮件.的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我需要知道是否有可能,以及如何对Outlook 2007进行外接,该外接将在统计发送和文件的发送旁边添加一个按钮.我需要做的是在发送消息时将发送的消息提示给您,如果新将其归档到邮箱本身内的文件夹中或转到用户选择的.pst.最后,让应用程序通过配置文件记住该信息,并让用户远离主窗体,以便能够更改其设置.

I need to know if it is possible and how to make an add-in to outlook 2007 that will add a button next to the Send that stats Send and File. What I need it to do is upon sending the message to have the sent message to be prompted if new to filed into either a folder within the mail box itself or to go to a .pst of the users choosing. And finally to have the app remember via a config file and give the user away from the main form to be able to change their settings.

推荐答案

您好,

看看此Outlook 2007加载项

Outlook 2007 CPU监视器加载项 [
Hi,

Look at this Outlook 2007 add-in article

Outlook 2007 CPU Monitor AddIn[^]

To create a button you will see in the article that you can do it this way:

// Create the button in the standard toolbar.
newButton = (Microsoft.Office.Core.CommandBarButton)
this.Application.ActiveExplorer().CommandBars["standard"].Controls.Add(
    Microsoft.Office.Core.MsoControlType.msoControlButton,
    missing, missing, missing, missing);



祝你好运.

瓦莱里.



Good luck.

Valery.


这篇关于Outlook 2007加载项创建一个按钮,用于从邮件窗口归档已发送邮件.的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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