Share via


PropertyPages.Add Method

Outlook Developer Reference

Adds a new custom property page to the Microsoft Outlook Options dialog box or to the folder Properties dialog box.

Syntax

expression.Add(Page, Title)

expression   A variable that represents a PropertyPages object.

Parameters

Name Required/Optional Data Type Description
Page Required Variant The property page being added to the dialog box.
Title Optional String The caption to be displayed on the property-page tab.

See Also