This sample demostrates how to add custom property pages to both Folders & Options using Visual Studio Tools For Office — Outlook and Visual Basic 2005.

Download

Property Page Sample
File Name
VSTO.Property.Page.Sample.zip
Version
1.0.0
Date Published
8/26/2005 12:19:00 PM
Language
Visual Basic
Download Size
91.86 KB
 
Download

Discussion

This sample demostrates the following:

This sample defines the following types:

Type File Description
FolderPropertyPage FolderPropertyPage.vb A custom MAPI Folder property page.
OptionPropertyPage OptionPropertyPage.vb A custom “Tools — Options” property page.
PropertyPageBase PropertyPageBase.vb Base page common to all custom property pages. This class implements Outlook.PropertyPage for you.
ThisApplication ThisApplication.Info.vb Provides information specific to the current Add-in’s assembly.
ThisApplication ThisApplication.vb Event handlers that add custom property pages to either a MAPI Folder or “Tools — Options”.

See Also

System Requirements