IMAPIAdviseSink : IUnknown

The IMAPIAdviseSink interface is used to implement 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.

Quick Info

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

OnNotify Responds to a notification by performing one or more tasks. The tasks performed depends on the object generating the notification and type of event.