Dela via


ImportedFormRegion Constructor (2007 System)

Initializes a new instance of the ImportedFormRegion class.

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

Syntax

'Declaration
Protected Sub New
'Usage
Dim instance As New ImportedFormRegion()
protected ImportedFormRegion()
protected:
ImportedFormRegion()
protected function ImportedFormRegion()

Remarks

You cannot create an instance of the ImportedFormRegion class directly. Instead, create a form region class that inherits from ImportedFormRegion and then create an instance of the form region class.

Create an instance of the form region class in the CreateFormRegion method. For more information, see IFormRegionFactory.

.NET Framework Security

See Also

Reference

ImportedFormRegion Class

ImportedFormRegion Members

ImportedFormRegion Overload

Microsoft.Office.Tools.Outlook Namespace