PropertyPageSite.OnStatusChange Method
Outlook Developer Reference |
Notifies Microsoft Outlook that a custom property page has changed.
Syntax
expression.OnStatusChange
expression A variable that represents a PropertyPageSite object.
Example
This Microsoft Visual Basic/Visual Basic for Applications (VBA) example shows how to call the OnStatusChange method to notify Outlook that the user has changed a value on a custom property page.
Visual Basic for Applications |
---|
|
See Also