Share via


Inspector.OpenFormRegion Method

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.OpenFormRegion(Path)

expression   A variable that represents an Inspector object.

Parameters

Name Required/Optional Data Type Description
Path Required 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
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