Share via


DeclarativeFormRegion Element in DeclarativeFormRegions (SolutionManifestDeclarativeExtensions Schema)

Applies to: SharePoint Server 2010

The <DeclarativeFormRegion> element is used to describe the form region in which external data is displayed in Microsoft Outlook 2010.

Namespace: https://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>

Attributes and Elements

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.

Value

Description

Adjoining

The form region is displayed at the bottom of the first page of a form.

Replacement

The form region replaces the default page of the form.

ReplaceAll

The form region replaces the entire form.

Separate

Displayed as a full additional form page.

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.