PropertyPage Members
Include Protected Members
Include Inherited Members
Represents a custom property page in the Options dialog box or in the folder Properties dialog box.
The PropertyPage type exposes the following members.
Properties
Name | Description | |
---|---|---|
Dirty | Returns a Boolean (bool in C#) value that is True if the contents of a custom property page have been altered. The ActiveX control that implements the PropertyPage object sets the value of this property, and Microsoft Outlook queries this in response to the OnStatusChange method of a PropertyPageSite object. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
Apply | Applies the changes that have been made in a custom property page. | |
GetPageInfo | Returns Help information about a custom property page. |
Top