_Inspector.SaveFormRegion(Object, 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.
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.