Share via


ImportedFormRegion Class (2007 System)

Represents a Microsoft Office Outlook form region that is based on an Outlook Form Storage (*.ofs) file.

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

Syntax

'Declaration
Public MustInherit Class ImportedFormRegion _
    Implements IFormRegion
'Usage
Dim instance As ImportedFormRegion
public abstract class ImportedFormRegion : IFormRegion
public ref class ImportedFormRegion abstract : IFormRegion
public abstract class ImportedFormRegion implements IFormRegion

Remarks

When you import a form region into an Outlook add-in project by using the New Outlook Form Region wizard, Visual Studio Tools for Office creates a form region class that inherits from ImportedFormRegion.

You can also manually create a form region class that inherits from ImportedFormRegion. If you create a form region class manually, you must also create a form region factory class that implements IFormRegionFactory. Create an instance of the form region class in the CreateFormRegion method of the form region factory class.

Note

You must return an Outlook Form Storage (*.ofs) file in the GetFormRegionStorage method of the form region factory class.

Inheritance Hierarchy

System.Object
  Microsoft.Office.Tools.Outlook.ImportedFormRegion

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

ImportedFormRegion Members

Microsoft.Office.Tools.Outlook Namespace