Share via


PropertyPages.Add Method

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

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
<DispIdAttribute()> _
Sub Add ( _
    Page As Object, _
    Title As String _
)
'Usage
Dim instance As PropertyPages
Dim Page As Object
Dim Title As String

instance.Add(Page, Title)
[DispIdAttribute()]
void Add(
    Object Page,
    string Title
)

Parameters

  • Page
    Type: System.Object

    The property page being added to the dialog box.

  • Title
    Type: System.String

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

See Also

Reference

PropertyPages Interface

PropertyPages Members

Microsoft.Office.Interop.Outlook Namespace