_Inspector.SaveFormRegion(Object, String) Method

Definition

Saves the specified page in design mode in the inspector to the specified file.

public:
 void SaveFormRegion(System::Object ^ Page, System::String ^ FileName);
public void SaveFormRegion (object Page, string FileName);
Public Sub SaveFormRegion (Page As Object, FileName As String)

Parameters

Page
Object

The page displaying the form region in the inspector.

FileName
String

The full local file path to an Outlook Form Storage (.OFS) file that the form region is being saved to.

Remarks

In order for SaveFormRegion to save the form region, the form region must have been loaded in design mode in the inspector.

Applies to