IMailSyncCallBack

4/8/2010

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
Windows Embedded CE Windows CE 3.0 and later
Windows Mobile Pocket PC 2002 and later, Smartphone 2002 and later

See Also

Other Resources

MAPI Interfaces
Messaging