Factory.CreateImportedFormRegion-Methode

Erstellt einen Microsoft Office Outlook-Formularbereich, der auf einer OFS (Outlook Form Storage)-Datei basiert.

Namespace:  Microsoft.Office.Tools.Outlook
Assemblys:   Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
  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
)

Parameter

Rückgabewert

Typ: Microsoft.Office.Tools.Outlook.ImportedFormRegion
Ein ImportedFormRegion, der einen Formularbereich darstellt, der auf einer OFS (Outlook Form Storage)-Datei basiert.

.NET Framework-Sicherheit

Siehe auch

Referenz

Factory Schnittstelle

Microsoft.Office.Tools.Outlook-Namespace