DNTBLE

DNTBLE

Information for downloading the contents of a folder from the server during the download table state. This downloading process uses Microsoft Exchange Incremental Change Synchronization (ICS). For more information on ICS, see ICS Evaluation Criteria.

Quick Info

  struct DNTBLE
{
	UINT	cEntNew;
	UINT	cEntMod;
	UINT	cEntRead;
	UINT	cEntDel;
};

Members

cEntNew

[out] Number of items added to the local store. Outlook populates this value during the downloading when using ICS.

cEntMod

[out] Number of items modified on the local store. Outlook populates this value during the downloading when using ICS.

cEntRead

[out] Number of items read or marked unread on the local store. Outlook populates this value during the downloading when using ICS.

cEntDel

[out] Number of items deleted on the local store. Outlook populates this value during the downloading when using ICS.

See Also

About the Replication State Machine

Constants for the Replication API

DNTBL