Inspector.SetCurrentFormPage Method
Outlook Developer Reference |
Displays the specified form page in the inspector.
Syntax
expression.SetCurrentFormPage(PageName)
expression A variable that represents an Inspector object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
PageName | Required | String | The display name of the form page. |
Example
This Visual Basic for Applications (VBA) example uses the SetCurrentFormPage method to show the All Fields page of the currently open item. If no items are currently open, a message box will inform the user.
Visual Basic for Applications |
---|
|
See Also