Share via


PropertyPages.Add Method (Outlook)

Adds a new custom property page to the Microsoft OutlookOptions 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

Concepts

PropertyPages Object Members

PropertyPages Object