FormRegionType Enum

Definition

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

public enum class FormRegionType
public enum FormRegionType
type FormRegionType = 
Public Enum FormRegionType
Inheritance
FormRegionType

Fields

Adjoining 0

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

ReplaceAll 2

Replaces the whole Outlook form with the form region.

Replacement 1

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

Separate 3

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

Remarks

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.

Note

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.

Applies to