Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.59 KB

File metadata and controls

60 lines (37 loc) · 1.59 KB
title description manager ms.date ms.audience ms.topic ms.service ms.localizationpriority ms.assetid
DNTBLE
DNTBLE provides information for downloading the contents of a folder from the server during the download table state.
lindalu
11/16/2014
Developer
reference
office-online-server
medium
10fb1650-6c3e-f467-91cd-48e5ddd82827

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