PropertyPageSite Object

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

PropertyPageSite
Aa158753.parchild(en-us,office.10).gifNameSpace

Represents the container of a custom property page.

Using the PropertyPageSite Object

Use the Parent property of the ActiveX control that implements the PropertyPage object associated with the PropertyPageSite object to return the PropertyPageSite object. The Declarations section of the module implementing the PropertyPage object must contain a declaration similar to the following.

  Private myPropertyPageSite As Outlook.PropertyPageSite

The object is then returned from the Parent property.

  Set myPropertyPageSite = Parent

Use the OnStatusChange method to notify Microsoft Outlook that the property page has changed.