DNTBLE

Applies to: Outlook 2013 | Outlook 2016

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

MAPI Constants

DNTBL