Share via


UPHIER

Applies to: Office 2010 | Outlook 2010 | Visual Studio

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 by cEnt.

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

See Also

Concepts

About the Replication API

About the Replication State Machine

MAPI Constants