UPTBLE

Applies to: Outlook 2013 | Outlook 2016

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