简体   繁体   English

如何使用Outlook插件以编程方式加载/导入Outlook自定义表单

[英]How to load /import outlook custom form programatically using outlook plugin

According to the following image custom outlook form (.oft) file can be import. 根据以下图像,可以导入自定义Outlook表单(.oft)文件。
is there way of doing it using outlook plugin programatically ? 有办法以编程方式使用Outlook插件吗?

在此处输入图片说明

Custom forms are not used with COM add-ins. 自定义窗体不与COM加载项一起使用。 That is entirely separate and old technology. 那是完全分开的旧技术。 Mostly admins deploy custom forms with code behind to organizations. 多数情况下,管理员将自定义表单与代码一起部署到组织中。

If you need to customize the Outlook UI from COM add-ins you may consider using Outlook form regions. 如果需要从COM加载项自定义Outlook UI,则可以考虑使用Outlook窗体区域。 The CompleteReplacement layout allows to replace the whole window UI or create your own custom one. CompleteReplacement布局允许替换整个窗口UI或创建自己的自定义UI。 See Create Outlook form regions for more information. 有关更多信息,请参见创建Outlook表单区域 Note, you may even load old form regions designed in Outlook. 请注意,您甚至可以加载Outlook中设计的旧窗体区域。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM