IOSTX::SyncHdrEnd

IOSTX::SyncHdrEnd

Ends synchronization for a message header.

Quick Info

See IOSTX.

  HRESULT SyncHdrEnd(
	LPMAPIPROGRESS pprog
);

Parameters

pprog

[in] IMAPIProgress interface for synchronization of moved or copied messages. See mapidefs.h for the type definition of LPMAPIPROGRESS.

Remarks

Upon IOSTX::SyncBeg, the local store enters the download message header state. The client downloads a full message item (as pmsgFull in HDRSYNC). If this was successful, the client also sets ulFlags in HDRSYNC as HSF_OK. Upon IOSTX::SyncHdrEnd, Outlook checks the result in HDRSYNC and uses pprog and the information in HDRSYNC to update the local message header.

The local store returns to the state it was in before the preceding IOSTX::SyncHdrBeg.

See Also

Constants for the Replication API

IOSTX::InitSync

IOSTX::SetSyncResult

IOSTX::SyncBeg

IOSTX::SyncEnd

IOSTX::SyncHdrBeg