Template: FormRegionManifest.xml

Applies to: SharePoint Server 2010

The following is an example of a template for a Form Region manifest.

<?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>