创建新邮件时在 Outlook 中使用自定义表单
我想在 Outlook 2007 中创建一个自定义表单,然后让该表单成为用户单击工具栏中的“新建”/“邮件消息”时出现的表单。 有没有办法做到这一点? 我知道如何创建自定义表单,但不知道如何更改菜单项的功能。
乔恩
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.
Jon
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您使用的是 Outlook 表单,您可以将其发布到组织表单库,并让您的客户使用该新的自定义表单而不是默认的现成表单。 这是一个注册表更改,将其指向新的表单。 有一些工具可以为您进行此更改。
一个很好的例子 http://www.petri.co.il/customizing_new_meeting_request_outlook_form.htm
76梅尔
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.
A good example http://www.petri.co.il/customizing_new_meeting_request_outlook_form.htm
76mel
Ty Anderson 提供了一个很棒的教程,位于 devx 关于替换具有自定义表单的标准 AppointmentItem 检查器。
基本上,您需要编写在 NewInspector 事件上触发的代码并显示您的表单并取消标准检查器。
There is a great tutorial by Ty Anderson on that located at devx on replacing the standard AppointmentItem inspector with a custom form.
Basically, you need to write code that gets triggered on the NewInspector event and display your form instead and cancel the standard inspector.