Share via


FormRegionInitializingEventArgs.FormRegionMode Property (2007 System)

Gets the mode of the Microsoft Office Outlook item that caused the form region to load.

Namespace:  Microsoft.Office.Tools.Outlook
Assembly:  Microsoft.Office.Tools.Outlook.v9.0 (in Microsoft.Office.Tools.Outlook.v9.0.dll)

Syntax

'Declaration
Public ReadOnly Property FormRegionMode As OlFormRegionMode
'Usage
Dim instance As FormRegionInitializingEventArgs 
Dim value As OlFormRegionMode 

value = instance.FormRegionMode
public OlFormRegionMode FormRegionMode { get; }
public:
property OlFormRegionMode FormRegionMode {
    OlFormRegionMode get ();
}
public function get FormRegionMode () : OlFormRegionMode

Property Value

Type: OlFormRegionMode
A OlFormRegionMode that represents the mode of the Outlook item that caused the form region to load.

.NET Framework Security

See Also

Reference

FormRegionInitializingEventArgs Class

FormRegionInitializingEventArgs Members

Microsoft.Office.Tools.Outlook Namespace