UPTBLE [Outlook 2003 API Reference]

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

Quick Info

struct UPTBLE
{
    UINT    iEntMod;
    UINT    cEntMod;
    UINT    iEntRead;
    UINT    cEntRead;
    UINT    iEntDel;
    UINT    cEntDel;
};

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

About the Replication API

About the Replication State Machine

UPTBL