PropertyPage.Apply Method

Applies the changes that have been made in a custom property page.

Namespace:  Microsoft.Office.Interop.Outlook
Assembly:  Microsoft.Office.Interop.Outlook (in Microsoft.Office.Interop.Outlook.dll)

Syntax

'Declaration
Sub Apply
'Usage
Dim instance As PropertyPage

instance.Apply()
void Apply()

Remarks

Because the PropertyPage is an abstract object that is implemented in your application (rather than by Microsoft Outlook itself), the implementation of the Apply method resembles an event procedure in your program code. That is, you write the code that implements the method in much the same way you would write an event procedure. In other words, Outlook calls the Apply method to notify your program that the user has taken an action in the dialog box displaying the custom property page that requires your program to apply the property values changed by the user.

See Also

Reference

PropertyPage Interface

PropertyPage Members

Microsoft.Office.Interop.Outlook Namespace