Skip to content

Latest commit

 

History

History
47 lines (32 loc) · 1.4 KB

imapiadvisesinkiunknown.md

File metadata and controls

47 lines (32 loc) · 1.4 KB
title manager ms.date ms.audience ms.topic ms.service ms.localizationpriority api_name api_type ms.assetid description
IMAPIAdviseSink IUnknown
lindalu
03/09/2015
Developer
reference
office-online-server
medium
IMAPIAdviseSink
COM
f598fc57-75d3-473b-8eb0-9d8a3b92e9f2
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.

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.

See also

MAPI Interfaces