UPTBLE

Applies to: Office 2010 | Outlook 2010 | Visual Studio

Extended information for uploading the contents of a folder during the upload table state.

Quick Info

struct UPTBLE 
{ 
    UINTiEntMod; 
    UINTcEntMod; 
    UINTiEntRead; 
    UINTcEntRead; 
    UINTiEntDel; 
    UINTcEntDel; 
};

Members

  • iEntMod
    [out] Index to track uploading the cEntMod number of new or modified items.

  • cEntMod
    [out] Number of new or modified items in the folder.

  • iEntRead
    [out] Index to track uploading the number of cEntRead read items.

  • cEntRead
    [out] Number of read items in the folder.

  • iEntDel
    [out] Index to track uploading the number of cEntDel deleted items.

  • cEntDel
    [out] Number of deleted items in the folder.

See Also

Concepts

About the Replication API

About the Replication State Machine

UPTBL