Share via


IMailSyncCallBack (Compact 7)

3/12/2014

The IMailSyncCallBack interface provides methods that allows transports to interact with the Messaging Application.

Methods in Vtable Order

IMailSyncCallBack methods Description

IMailSyncCallBack::RequestSync

Allows the transport to request that it be synchronized.

IMailSyncCallBack::Progress

Notifies Messaging of the progress of a synchronization that is in session, which Messaging then reports to the user.

IMailSyncCallBack::GetGlobalSetting

Gets the value of the global setting from Messaging.

IMailSyncCallBack::DisplayMessageBox

Sends Messaging a request to display a message box.

IMailSyncCallBack::RequestCredentials

If the existing credentials are not valid, allows the transport to request new credentials from the user.

IMailSyncCallBack::LogEvent

Logs an error event with Messaging.

IMailSyncCallBack::AllocateMem

Allocates memory for the caller in the Messaging application's address space.

IMailSyncCallBack::FreeMem

Frees memory allocated by Messaging.

Requirements

Header

cemapi.h

Library

cemapi.lib

See Also

Reference

MAPI Interfaces