如何开发 Outlook 2007 自定义操作?

发布于 2024-08-10 06:53:17 字数 408 浏览 2 评论 0原文

我需要一个自定义 Outlook 规则操作:“将电子邮件附件保存到数据库”,对于此操作,该电子邮件中的附件将自动保存到数据库。

我在 MSDN Outlook 2007 示例加载项:规则加载项中找到了一个主题,旅行社加载项和准备会议加载项,但本主题不展示如何开发自定义操作。

Outlook 2007 有一个“规则向导”对话框,在“选择操作”表单中有很多操作,是否可以将我的自定义操作添加到此表单中?

我还在“规则向导”对话框中找到了一个名为“执行自定义操作”的操作,当选中此操作时,用户可以打开一个对话框来选择自定义操作。如何开发一个可以在此对话框中使用的插件?

I need a custom outlook rule action: "Save the email attachments to DB", for this action the attachments in that email will be automatically saved to DB.

I find a topic at MSDN Outlook 2007 Sample Add-ins: Rules Add-in, Travel Agency Add-in, and Prepare for Meeting Add-in but this topic does not show how to develop a custom action.

Outlook 2007 has a "Rules Wizard" dialog, in the "Select actions" form has many actions, it is possible add my custom action into this form?

I also find a action named "perform a custom action" in the "Rules Wizard" dialog, when check this action user can open a dialog to select a custom action. How to develop a add-in which can be used in this dialog?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

放手` 2024-08-17 06:53:17

答案是否定的,您不能使用代码来扩展规则向导中可用的“自定义操作”。

但是,您可以使用 Outlook VSTO 插件编写自定义代码,该插件将使用提供的应用程序级别事件(例如 NewMailEx 等)执行相同的操作。

The answer is no you can't use code to extend the "custom actions" available in the Rules wizard.

You can however write custom code with an Outlook VSTO addin that will do the same thing, using the Application level events provided, such as NewMailEx etc.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文