PropertyPage.Apply Method

Definition

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

public:
 void Apply();
public void Apply ();
Public Sub 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.

Applies to