UPTBL

Applies to: Outlook 2013 | Outlook 2016

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

Quick info

struct UPTBL 
{ 
    ULONG ulFlags; 
    LPSTREAM pstmReserved; 
    LPSTR pszName; 
    FEID feid; 
    UINT uintReserved; 
    UPTBLE rgte[2]; 
    UINT iEnt; 
    UINT cEnt; 
    PUPMOV pupmovHead; 
    void* pReserved; 
};

Members

ulFlags

[in] Flags to determine the appropriate behavior during the upload.

  • UPT_OK

    • [in] Upload was successful. The client sets this after uploading the folder contents to the server.

pstmReserved

[out] This member is reserved for the internal use of Outlook and is not supported.

pszName

[out] Name of the folder.

feid

[out] Entry ID of the folder.

uintReserved

[out] This member is reserved for the internal use of Outlook and is not supported.

rgte

[out] Structure to hold the following information for normal (or non-hidden) items and associated (or hidden) items in the folder: rgte[0] is for normal items, and rgte[1] is for associated items.

  • the number of new or modified items
  • the number of read items
  • the number of deleted items

iEnt

[out] Index to track uploading the number of changes specified by cEnt.

cEnt

[out] Number of changes to the folder.

pupmovHead

[out] Chain of UPMOV structures.

pReserved

[out] This member is reserved for the internal use of Outlook and is not supported.

See also