UPTBL

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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

Concepts

About the Replication API

About the Replication State Machine

MAPI Constants

UPTBLE