Notifications on Private Information Stores
For the contents of private information stores, you can control the scope of notifications you receive by tailoring your call to the Advise method:
-
You can register for notifications on changes on a single specified object in the private information store by passing its entry identifier.
-
You can register for notifications on changes to any object in the entire information store—the entire user’s mailbox—by passing NULL for the lpEntryId parameter. This requests that your application be notified of the creation or deletion of any message, or the movement of any object.