ImportedFormRegion.OutlookFormRegion Property (2007 System)
Gets or sets the native form region object.
Namespace: Microsoft.Office.Tools.Outlook
Assembly: Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)
Syntax
'Declaration
Public Property OutlookFormRegion As FormRegion
'Usage
Dim instance As ImportedFormRegion
Dim value As FormRegion
value = instance.OutlookFormRegion
instance.OutlookFormRegion = value
public FormRegion OutlookFormRegion { get; set; }
public:
property FormRegion^ OutlookFormRegion {
FormRegion^ get ();
void set (FormRegion^ value);
}
public function get OutlookFormRegion () : FormRegion
public function set OutlookFormRegion (value : FormRegion)
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.