IMAPIAdviseSink : IUnknown
This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This page may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.
Implements an advise sink object for handling notification. A pointer to an advise sink object is passed in a call to a service provider's Advise method, the mechanism used to register for notification.
Header file: |
Mapidefs.h |
Exposed by: |
Advise sink objects |
Implemented by: |
Client applications and MAPI |
Called by: |
Service providers and MAPI |
Interface identifier: |
IID_IMAPIAdviseSink |
Pointer type: |
LPMAPIADVISESINK |
Vtable Order
Responds to a notification by performing one or more tasks. The tasks performed depend on the type of event and the object that generates the notification. |