Share via


_Inspector.OpenFormRegion Method

Opens a page in design mode in the inspector for the specified form region.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Function OpenFormRegion ( _
    Path As String _
) As Object
'Usage
Dim instance As _Inspector
Dim Path As String
Dim returnValue As Object

returnValue = instance.OpenFormRegion(Path)
[DispIdAttribute()]
Object OpenFormRegion(
    string Path
)

Parameters

  • Path
    Type: System.String

    A full local file path to the Outlook Form Storage (.OFS) file for the form region that is to be opened in the inspector.

Return Value

Type: System.Object
An Object that represents the page displaying the form region in the inspector.

Remarks

If the inspector is not already in design mode, OpenFormRegion will put it in design mode.

See Also

Reference

_Inspector Interface

_Inspector Members

Microsoft.Office.Interop.Outlook Namespace