Share via


FormRegionFactoryResolveEventArgs.FormRegionFactory Property

Gets or sets the form region factory class that defines the form region.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)

Syntax

'Declaration
Property FormRegionFactory As IFormRegionFactory
    Get
    Set
IFormRegionFactory FormRegionFactory { get; set; }

Property Value

Type: Microsoft.Office.Tools.Outlook.IFormRegionFactory
An instance of a class that implements the IFormRegionFactory interface.

Remarks

Use the Name property to determine the name of the form region that Outlook is attempting to resolve.

.NET Framework Security

See Also

Reference

FormRegionFactoryResolveEventArgs Interface

Microsoft.Office.Tools.Outlook Namespace