FormRegionManifest Class (2007 System)

Represents a form region manifest that describes how the form region appears in Outlook.

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

Syntax

'Declaration
Public Class FormRegionManifest
'Usage
Dim instance As FormRegionManifest
public class FormRegionManifest
public ref class FormRegionManifest
public class FormRegionManifest

Remarks

A form region manifest is a collection of properties that describe how the form region appears in Outlook. For example, you can specify whether the form region should appear in the Reading Pane of an Outlook item, or provide the title that you would like to appear in the Actions menu or Choose Form dialog box when users select a replacement or replace-all form region in Outlook.

You can set these properties at design time in the Properties window, or at run time before Outlook retrieves the form region manifest from the Outlook add-in.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.Outlook.FormRegionManifest

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

FormRegionManifest Members

Microsoft.Office.Tools.Outlook Namespace