Inspector.SaveFormRegion (Outlook)
Saves the specified page in design mode in the inspector to the specified file.
In order for SaveFormRegion to save the form region, the form region must have been loaded in design mode in the inspector.
SaveFormRegion (Page, FileName)
Dim strFileName As String: strFileName =
ActiveInspector.SaveFormRegion Page:=, FileName:=strFileName
Arguments
The following arguments are required:
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.