Share via


IMAPIAdviseSink

Send Feedback

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

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

MAPI Interfaces | Messaging

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.