FormRegionType Enumeration

 

Specifies the way the form region appears in Microsoft Office Outlook.

Namespace:   Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

public enum class FormRegionType

Member nameDescription
Adjoining

Appends the form region to the bottom of an Outlook form's default page.

ReplaceAll

Replaces the whole Outlook form with the form region.

Replacement

Adds the form region as a new page that replaces the default page of an Outlook form.

Separate

Adds the form region as a new page in an Outlook form.

To specify what type of form region you want to appear, set the FormRegionType property of the FormRegionManifest interface to one of these enumeration values.

System_CAPS_noteNote

You can only set this property before Outlook retrieves the form region manifest from the Outlook add-in.

If you design the form region in Visual Studio by dragging controls onto the visual designer, you can specify one of these enumeration values in the Properties window.

If you import a form region that was designed in Outlook, you can change form region properties in the InitializeManifest method of the form region factory class. For more information, see Creating Outlook Form Regions.

Return to top
Show: