IMAPIAdviseSink : IUnknown
Applies to: Outlook 2013 | Outlook 2016
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.
Property | Value |
---|---|
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
Member | Description |
---|---|
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. |