Bagikan melalui


ImportedFormRegion.FormRegionShowing Event

Occurs after an instance of the form region is created but before the form region appears.

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
Event FormRegionShowing As EventHandler
event EventHandler FormRegionShowing

Remarks

To get the Outlook item for which the form region appears, call the OutlookItem property.

To get the Inspector that displays the Outlook item, call the OutlookFormRegion to get an instance of the Microsoft.Office.Interop.Outlook.FormRegion, and then call the Microsoft.Office.Interop.Outlook.FormRegion.Inspector property of the Microsoft.Office.Interop.Outlook.FormRegion object.

.NET Framework Security

See Also

Reference

ImportedFormRegion Interface

Microsoft.Office.Tools.Outlook Namespace