Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 IMAPISession::Advise method, the mechanism used to register for notification.
Methods in Vtable Order
- IUnknown methods
| IMAPIAdviseSink method | Description |
|---|---|
| OnNotify | Responds to a notification by performing one or more tasks, which depend on the object generating the notification and type of event. |
Remarks
IMAPIAdviseSink, called by service providers, is exposed by advise sink objects and implemented by client applications. The interface identifier for IMAPIAdviseSink is IID_IMAPIAdviseSink, and the pointer type is LPMAPIADVISESINK.
Requirements
Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: mapidefs.h
Library: cemapi.lib
See Also
Send Feedback on this topic to the authors