Factory.CreateImportedFormRegion Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a Microsoft Office Outlook form region that is based on an Outlook Form Storage (*.ofs) file.
public:
Microsoft::Office::Tools::Outlook::ImportedFormRegion ^ CreateImportedFormRegion(Microsoft::Office::Interop::Outlook::FormRegion ^ region, Microsoft::Office::Tools::Outlook::IImportedFormRegionExtension ^ extension);
public Microsoft.Office.Tools.Outlook.ImportedFormRegion CreateImportedFormRegion (Microsoft.Office.Interop.Outlook.FormRegion region, Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension extension);
abstract member CreateImportedFormRegion : Microsoft.Office.Interop.Outlook.FormRegion * Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension -> Microsoft.Office.Tools.Outlook.ImportedFormRegion
Public Function CreateImportedFormRegion (region As FormRegion, extension As IImportedFormRegionExtension) As ImportedFormRegion
Parameters
- region
- FormRegion
A FormRegion that represents the native form region.
- extension
- IImportedFormRegionExtension
An instance of a class that implements the IImportedFormRegionExtension interface.
Returns
A ImportedFormRegion that represents a form region that is based on an Outlook Form Storage (*.ofs) file.