FormRegionType Enumeration (2007 System)
Specifies the way the form region appears in Microsoft Office Outlook.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Enumeration FormRegionType
'Usage
Dim instance As FormRegionType
public enum FormRegionType
public enum class FormRegionType
public enum FormRegionType
Members
Member name | Description | |
---|---|---|
Adjoining | Appends the form region to the bottom of an Outlook form's default page. | |
Replacement | Adds the form region as a new page that replaces the default page of an Outlook form. | |
ReplaceAll | Replaces the whole Outlook form with the form region. | |
Separate | 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 class 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 Tools for Office 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.