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.ObjectThe property page being added to the dialog box.
Title
Type: System.StringThe caption to be displayed on the property-page tab.