Share via


IMAPIAdviseSink : IUnknown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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

OnNotify

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.

See Also

Concepts

MAPI Interfaces