_Inspector.OpenFormRegion(String) Method

Definition

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

public:
 System::Object ^ OpenFormRegion(System::String ^ Path);
public object OpenFormRegion (string Path);
Public Function OpenFormRegion (Path As String) As Object

Parameters

Path
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.

Returns

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.

Applies to