Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the form region factory that is associated with this ImportedFormRegion.
Namespace: Microsoft.Office.Tools.Outlook
Assemblies: 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
Property Factory As IFormRegionFactory
IFormRegionFactory Factory { get; set; }
Property Value
Type: Microsoft.Office.Tools.Outlook.IFormRegionFactory
An object that implements the IFormRegionFactory interface.
Remarks
You can use this property to track the form region factory class that created the current instance of the ImportedFormRegion.
For more information about how to create an instance of an ImportedFormRegion, see the CreateFormRegion method of the IFormRegionFactory interface.
.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.