IMAPISyncProgressCallback : IUnknown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Passes the store provider as a field on the MAPISIB structure during a call to IMAPISync : SynchronizeInBackground. The store provider uses this interface to provide feedback to Microsoft Outlook about the status of the synchronization.

Header file:

Exposed by:

Outlook

Implemented by:

Outlook

Called by:

Store providers

Interface identifier:

IID_IMAPISyncProgressCallback

Vtable Order

Progress

The store provider periodically calls this function to update the status in the Send/Receive dialog.

Error

If errors are encountered during synchronization, the store provider calls this function to provide details that are displayed in the Send/Receive dialog.

Done

The store provider calls this function to inform Outlook that synchronization has completed.

See Also

Reference

IMAPISync : IUnknown

Concepts

MAPI Interfaces