ImportedFormRegionBase.Factory Property

Definition

Gets or sets the form region factory that is associated with this ImportedFormRegionBase.

public Microsoft.Office.Tools.Outlook.IFormRegionFactory Factory { get; set; }

Property Value

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 ImportedFormRegionBase.

Applies to