Pages.Add Method

Outlook Developer Reference

Creates a new page in the Pages collection.

Syntax

expression.AddName

expression   A variable that represents a Pages object.

Parameters

Name Required/Optional Data Type Description
Name Required String The name of the page.

Return Value
A Page object that represents the new page.

Remarks

The Pages collection is initially empty, and there is a limit of 5 customizable pages per collection.

See Also