ImportedFormRegion.OutlookFormRegion Property

Definition

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.

Applies to