Solution Artifact: FormRegionCustomer.manifest.xml
Applies to: SharePoint Server 2010
This topic presents the contents of the FormRegionCustomer.manifest.xml file that is used in the Customer Orders declarative Outlook solution.
<?xml version="1.0" encoding="utf-8"?>
<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>Customer</name>
<formRegionType>adjoining</formRegionType>
<exactMessageClass>false</exactMessageClass>
<layoutFile>formRegionCustomer.ofs</layoutFile>
<title>Customer Details</title>
</FormRegion>