IMAPISync : IUnknown

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Provides a mechanism for synchronizing e-mail instead of using the Transport API. This interface is exposed on a store object. By using this interface and IMAPISyncProgressCallback : IUnknown, a transport provider can provide better progress and error messages than those that appear in the Send/Receive dialog in Microsoft Outlook.

The outbox is still in the default store. Outlook will continue to use the Transport APIs to send mail because the outgoing message cannot be in the external store.

Exposed by:

Store and transport providers

Implemented by:

Outlook

Called by:

Store and Transport providers

Interface identifier:

IID_IMAPISync

Vtable Order

SynchronizeInBackground

Implemented by message store providers. This method is called by Outlook 2010 to start synchronization.

See Also

Reference

IMAPISyncProgressCallback : IUnknown

Concepts

MAPI Interfaces