PropertyPageSite object (Outlook)
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.
Methods
Name |
---|
OnStatusChange |
Properties
Name |
---|
Application |
Class |
Parent |
Session |
See also
Outlook Object Model Reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.