PropertyPageSite Object

PropertyPageSite

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.

Properties | Application Property | Class Property | Parent Property | Session Property

Methods | OnStatusChange Method

Parent Objects

Child Objects

See Also | Add Method | PropertyPages Object