IMAPISync : SynchronizeInBackground

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Initiates a synchronization. This method is called by Microsoft Outlook 2010 and implemented by message store providers.

HRESULT SynchronizeInBackground (
  PMAPISIB psibpb
);

Parameters

  • psibpb
    Informs the provider of what will be synchronized and gives access to interfaces that can be used during the synchronization. It is a MAPISIB structure.

Return Value

  • S_OK
    The call succeeded and has returned the expected value or values.

See Also

Reference

IMAPISync : IUnknown

MAPISIB