DeclarativeFormRegion Element in DeclarativeFormRegions
(SolutionManifestDeclarativeExtensions Schema)
Applies to: SharePoint 2016 | SharePoint Foundation 2013 | SharePoint Online | SharePoint Server 2013
The DeclarativeFormRegion element is used to describe the form region in which external data is displayed in Microsoft Outlook 2010.
Namespace:
http://schemas.microsoft.com/office/2009/05/BusinessApplications/Manifest/DeclarativeExtensions
Schema: SolutionManifestDeclarativeExtensions
<FormRegion xsl:type="DeclarativeFormRegion" InternalName = "String" Type = "String" ShowInspectorComposeMode = "Boolean" ShowInspectorReadMode = "Boolean" Title = "String" Name = "String" Description = "String"> </FormRegion>
Elements and attributes
The following sections describe attributes, child elements, and parent elements.
Attributes
Attribute |
Description |
||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
**InternalName** |
Required. The name of the form region. Attribute type: **String** |
||||||||||
**Type** |
Required. The type of the form region. The following table lists the possible values for this attribute.
|
||||||||||
**ShowInspectorComposeMode** |
Optional. Determines whether the form region is available in compose mode in Outlook. Attribute type: **Boolean** |
||||||||||
**ShowInspectorReadMode** |
Optional. Determines whether the form region is available in read mode in Outlook. Attribute type: **Boolean** |
||||||||||
**Title** |
Optional. The title of the form region. Attribute type: **String** |
||||||||||
**Name** |
Required. The name of the form region. Attribute type: **String** |
||||||||||
**Description** |
Optional. A description for the form region. Attribute type: **String** |
Child elements
Element | Description |
---|---|
Picture Element in DeclarativeFormRegion (SolutionManifestDeclarativeExtensions Schema) | The Picture element is used to describe the icon to use in Outlook 2010 for the form region. |
Parent elements
Element | Description |
---|---|
DeclarativeFormRegions Element (SolutionManifestDeclarativeExtensions Schema) | The DeclarativeFormRegions element that contains this form region. |