在创建新邮件时在Outlook中使用自定义表单

时间:2022-09-11 16:56:44

I want to create a custom form in Outlook 2007 and then have that form be the form that comes up when the user clicks New / Mail Message in the toolbar. Is there a way to do that? I know how to create the custom form, but I don't know how to change what the menu item does.

我想在Outlook 2007中创建自定义表单,然后将该表单作为用户单击工具栏中的“新建/邮件消息”时出现的表单。有没有办法做到这一点?我知道如何创建自定义表单,但我不知道如何更改菜单项的功能。

Jon

2 个解决方案

#1


If you are using an outlook form you can publish it to the Organizational Forms Library and the get you clients to use that new custom form instead of the default out the box form. It a registry change that points it to a new form. There are tools to do this change for you.

如果您使用的是Outlook表单,则可以将其发布到组织表单库,并让您的客户端使用该新的自定义表单而不是默认的框表单。它是一个注册表更改,将其指向新表单。有一些工具可以为您做这个改变。

A good example http://www.petri.co.il/customizing_new_meeting_request_outlook_form.htm

一个很好的例子http://www.petri.co.il/customizing_new_meeting_request_outlook_form.htm

76mel

#2


There is a great tutorial by Ty Anderson on that located at devx on replacing the standard AppointmentItem inspector with a custom form.

Ty Anderson提供了一个很棒的教程,位于devx,用自定义表单替换标准的AppointmentItem检查器。

Basically, you need to write code that gets triggered on the NewInspector event and display your form instead and cancel the standard inspector.

基本上,您需要编写在NewInspector事件上触发的代码并显示您的表单并取消标准检查器。

#1


If you are using an outlook form you can publish it to the Organizational Forms Library and the get you clients to use that new custom form instead of the default out the box form. It a registry change that points it to a new form. There are tools to do this change for you.

如果您使用的是Outlook表单,则可以将其发布到组织表单库,并让您的客户端使用该新的自定义表单而不是默认的框表单。它是一个注册表更改,将其指向新表单。有一些工具可以为您做这个改变。

A good example http://www.petri.co.il/customizing_new_meeting_request_outlook_form.htm

一个很好的例子http://www.petri.co.il/customizing_new_meeting_request_outlook_form.htm

76mel

#2


There is a great tutorial by Ty Anderson on that located at devx on replacing the standard AppointmentItem inspector with a custom form.

Ty Anderson提供了一个很棒的教程,位于devx,用自定义表单替换标准的AppointmentItem检查器。

Basically, you need to write code that gets triggered on the NewInspector event and display your form instead and cancel the standard inspector.

基本上,您需要编写在NewInspector事件上触发的代码并显示您的表单并取消标准检查器。