ImportedFormRegion.OutlookFormRegion Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the native form region object.
public:
property Microsoft::Office::Interop::Outlook::FormRegion ^ OutlookFormRegion { Microsoft::Office::Interop::Outlook::FormRegion ^ get(); void set(Microsoft::Office::Interop::Outlook::FormRegion ^ value); };
public Microsoft.Office.Interop.Outlook.FormRegion OutlookFormRegion { get; set; }
member this.OutlookFormRegion : Microsoft.Office.Interop.Outlook.FormRegion with get, set
Public Property OutlookFormRegion As FormRegion
Property Value
A FormRegion that represents the form region.
Remarks
You can call the Microsoft.Office.Interop.Outlook.FormRegion.Inspector property of the Microsoft.Office.Interop.Outlook.FormRegion object to get an instance of the Inspector that displays the form region.