IMAPIOfflineNotify : IUnknown
Applies to: Outlook 2013 | Outlook 2016
Supports Microsoft Outlook 2010 and Microsoft Outlook 2013 in sending notification callbacks to a client.
Property | Descrption |
---|---|
Provided by: |
Client |
Interface identifier: |
IID_IMAPIOfflineNotify |
Vtable order
Member | Description |
---|---|
Notify |
Sends notifications to a client about changes in connection state. |
Remarks
The client must implement this interface and pass a pointer to it as a member in MAPIOFFLINE_ADVISEINFO when setting up callbacks using IMAPIOfflineMgr::Advise. Subsequently, Outlook 2010 or Outlook 2013 will be able to use this interface to send notification callbacks to the client.