ImportedFormRegion.Extension Property

Definition

Gets a custom extension for this ImportedFormRegion object.

public:
 property Microsoft::Office::Tools::Outlook::IImportedFormRegionExtension ^ Extension { Microsoft::Office::Tools::Outlook::IImportedFormRegionExtension ^ get(); };
public Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension Extension { get; }
member this.Extension : Microsoft.Office.Tools.Outlook.IImportedFormRegionExtension
Public ReadOnly Property Extension As IImportedFormRegionExtension

Property Value

A custom extension for this ImportedFormRegion object.

Remarks

A custom extension is an implementation of the IImportedFormRegionExtension interface in a solution that is created by using the Office development tools in Visual Studio.

Applies to