PropertyPages.Add(Object, String) Method

Definition

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

public void Add (object Page, string Title);
Public Sub Add (Page As Object, Optional Title As String)

Parameters

Page
Object

The property page being added to the dialog box.

Title
String

The caption to be displayed on the property-page tab.

Applies to