Freigeben über


Vorlage: "FormRegionManifest.xml"

Letzte Änderung: Montag, 19. April 2010

Gilt für: SharePoint Server 2010

Im Folgenden finden Sie ein Beispiel für eine Vorlage für ein Formularbereichmanifest.

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