Share via


FormRegionBase.OutlookFormRegion Property

Gets or sets the native form region object.

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

Syntax

'Declaration
Public Property OutlookFormRegion As FormRegion
    Get
    Set
public FormRegion OutlookFormRegion { get; set; }

Property Value

Type: Microsoft.Office.Interop.Outlook.FormRegion
A Microsoft.Office.Interop.Outlook._FormRegion that represents the form region.

Remarks

You can call the Inspector property of the Microsoft.Office.Interop.Outlook._FormRegion object to get an instance of the Inspector that displays the form region.

.NET Framework Security

See Also

Reference

FormRegionBase Class

Microsoft.Office.Tools.Outlook Namespace