Inspector.SaveFormRegion Method

Outlook Developer Reference

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

Version Information
 Version Added:  Outlook 2007

Syntax

expression.SaveFormRegion(Page, FileName)

expression   A variable that represents an Inspector object.

Parameters

Name Required/Optional Data Type Description
Page Required Object The page displaying the form region in the inspector.
FileName Required 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.

See Also