Share via


Factory.CreateImportedFormRegion Method

Creates 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 (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
Function CreateImportedFormRegion ( _
    region As FormRegion, _
    extension As IImportedFormRegionExtension _
) As ImportedFormRegion
ImportedFormRegion CreateImportedFormRegion(
    FormRegion region,
    IImportedFormRegionExtension extension
)

Parameters

Return Value

Type: Microsoft.Office.Tools.Outlook.ImportedFormRegion
A ImportedFormRegion that represents a form region that is based on an Outlook Form Storage (*.ofs) file.

.NET Framework Security

See Also

Reference

Factory Interface

Microsoft.Office.Tools.Outlook Namespace