IExchangeExportChanges

The IExchangeExportChanges interface supports the exporting of incremental changes from an information store.

Quick Info

Header file: EDKMDB.H
Exposed by: Information store (not personal folder store (PST) or offline folder store (OST)) objects
Corresponding pointer type: LPEXCHANGEEXPORTCHANGES

Vtable Order

GetLastError

Config

Synchronize

UpdateState

Remarks

To obtain this interface, the controlling process (agent) must open the information store and call the MAPI IMAPIProp::OpenProperty method on either the PR_CONTENTS_SYNCHRONIZER property (to synchronize the contents of a folder) or the PR_HIERARCHY_SYNCHRONIZER property (to synchronize the hierarchy of a folder).

When calling the OpenProperty method, pass the value IID_IExchangeExportChanges in the lpiid parameter.

For additional information on this interface, see About Incremental Change Synchronization.