模板:FormRegionManifest.xml
上次修改时间: 2010年4月19日
适用范围: SharePoint Server 2010
以下是表单区域清单模板的示例。
<?xml version="1.0" encoding="utf-8"?>
<!-- This file defines a manifest file for a custom form region in Outlook 2010. -->
<FormRegion xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns="https://schemas.microsoft.com/office/outlook/12/formregion.xsd">
<icons>
<page>addin</page>
</icons>
<name>EnterNameForFormRegion</name>
<!-- formRegionType can be adjoining or separate. -->
<formRegionType>EnteradjoiningOrseparate</formRegionType>
<exactMessageClass>false</exactMessageClass>
<layoutFile>EnterOFSFilenameWithExtension</layoutFile>
<title>EnterDisplayTitle</title>
</FormRegion>