UPHIER

Applies to: Outlook 2013 | Outlook 2016

Information for synchronizing a folder hierarchy during the upload hierarchy state.

Quick info

struct UPHIER 
{ 
    ULONG ulFlags; 
    LPSTREAM pstmReserved; 
    UINT iEnt; 
    UINT cEnt; 
};

Members

ulFlags

[in] Flags to modify the behavior when synchronizing the folder hierarchy.

  • UPH_OK

    • [in] Upload was successful. The client sets this after successfully uploading information to the server. Upon seeing this flag, Outlook clears any internal bookkeeping information that indicated the folder hierarchy needed updating.

    • The client passes the HRESULT if the upload was not successful.

pstmReserved

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

iEnt

[out] Index to track synchronizing the number of folders specified b cEnt.

cEnt

[out] Number of folders that are out of sync.

See also