FormRegionControl.OutlookFormRegion Property
Gets or sets the native form region object.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook (in Microsoft.Office.Tools.Outlook.dll)
Syntax
'Declaration
Property OutlookFormRegion As FormRegion
Get
Set
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.