FormRegionControl.OutlookFormRegion Property
Gets or sets the native form region object.
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
Property OutlookFormRegion As FormRegion
FormRegion OutlookFormRegion { get; set; }
Property Value
Type: FormRegion
A _FormRegion that represents the form region.
Remarks
You can call the Inspector property of the _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.