UPDELE

Applies to: Outlook 2013 | Outlook 2016

Extended information for items that have been deleted in a local store. This information is used during the upload delete status state.

Quick info

struct UPDELE 
{ 
    ULONG ulFlags; 
    SKEY skey; 
    DWORD   dwReserved; 
    SBinary binChg; 
    SBinary binPcl; 
    SKEY skeyDst; 
    PUPMOV pupmov; 
};

Members

ulFlags

[out]/[in] Flags to determine appropriate behavior during uploading.

  • UPD_ASSOC

    • [out] Item is associated.
  • UPD_MOV

    • [out] Item was moved out.
  • UPD_OK

    • [in] Upload was successful. The client sets this after uploading information to server.
  • UPD_MOVED

    • [in] Item was moved successfully.
  • UPD_UPDATE

    • [in] Mark source item as modified.
  • UPD_COMMIT

    • [in] Commit upload state now (entry 0).

skey

[out] Source key of item.

dwReserved

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

binChg

[out] Change key of destination item if item has been moved.

binPcl

[out] Change list of destination item if item has been moved.

skeyDst

[out] Source key of destination item if item has been moved.

pupmov

[out] Destination folder information if item has been moved.

See also