本文介绍了自定义表单和日历的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述 29岁程序员,3月因学历无情被辞! 嗨! 我在一些帮助下意识到如何在OWA中制作自定义表单。但有一件事我想知道,当您在日历中进行新约会时,是否可以使用您的自定义日历项? 我希望在插入新的约会或日历项目时使用我自己的asp.net页面(基于约会表格)。 在连接到Exchange 2007并在Outlook中使用自定义表单的i Outlook 2007中是否可以执行上述操作? 提前致谢! 问候, Per Ljung 解决方案 自定义表单在OWA和Outlook中并不常见,所以基本上你需要在ASPX中为OWA构建自定义表单,然后如果你想在Outlook中使用相同的自定义表单,你需要再次使用Outlook中的表单设计器参见 http://www.outlookcode.com/article.aspx?ID= 35 干杯 Glen Hi! I have with some help realized how to make custom forms in OWA. But there's one thing I wonder, Is it possible to use your custom calendar item when you make a new appointment in the calendar? I want the use my own asp.net page (base on the appointment form) when they insert a new appointment or calendar item. Is the above possible to do in i Outlook 2007 connected to Exchange 2007 and using a custom form in Outlook? Thanks in advance! Regards, Per Ljung 解决方案 Custom forms aren't common across OWA and Outlook so basically you need to build your custom forms for OWA in ASPX and then if you want the same custom form within Outlook you need to create the Form again using the Forms designer in Outlook see http://www.outlookcode.com/article.aspx?ID=35 CheersGlen   这篇关于自定义表单和日历的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 上岸,阿里云!
08-23 02:48