IImportedFormRegionExtension Interface
Represents an extension of a ImportedFormRegion object.
Namespace: Microsoft.Office.Tools.Outlook
Assemblies: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Microsoft.Office.Tools.Outlook.v4.0.Utilities (in Microsoft.Office.Tools.Outlook.v4.0.Utilities.dll)
Syntax
'Declaration
<GuidAttribute("6AA517D6-29E3-4B02-98D7-CE59B916EAFC")> _
Public Interface IImportedFormRegionExtension _
Inherits IExtension
[GuidAttribute("6AA517D6-29E3-4B02-98D7-CE59B916EAFC")]
public interface IImportedFormRegionExtension : IExtension
The IImportedFormRegionExtension type exposes the following members.
Properties
Name | Description | |
---|---|---|
ExtensionBase | Gets the object that is being extended by this IExtension. (Inherited from IExtension.) |
Top
Methods
Name | Description | |
---|---|---|
InitializeControls | Initializes the controls on the form region. |
Top
Remarks
The IImportedFormRegionExtension interface is implemented by the ImportedFormRegionBase class. This is the base class of the class that Visual Studio generates in your project when you import a form region into an Outlook add-in project by using the New Outlook Form Region wizard.