_Inspector.SaveFormRegion Method
Saves the specified page in design mode in the inspector to the specified file.
Namespace: Microsoft.Office.Interop.Outlook
Assembly: Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)
Syntax
'Declaration
<DispIdAttribute()> _
Sub SaveFormRegion ( _
Page As Object, _
FileName As String _
)
'Usage
Dim instance As _Inspector
Dim Page As Object
Dim FileName As String
instance.SaveFormRegion(Page, FileName)
[DispIdAttribute()]
void SaveFormRegion(
Object Page,
string FileName
)
Parameters
Page
Type: System.ObjectThe page displaying the form region in the inspector.
FileName
Type: System.StringThe 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.