_Inspector.OpenFormRegion(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.