PropertyPageSite Object

Outlook Developer Reference

Represents the container of a custom property page.

Remarks

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.

See Also