Inspector.SaveFormRegion method (Outlook)
Saves the specified page in design mode in the inspector to the specified file.
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
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.