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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.