DNTBLE

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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

Concepts

About the Replication State Machine

MAPI Constants

DNTBL