UPFLD

Applies to: Outlook 2013 | Outlook 2016

Information for uploading a folder during the upload folder state.

Quick info

struct UPFLD 
{ 
    ULONG ulFlags; 
    LPMAPIFOLDER pfld; 
    FEID feid; 
}; 

Members

ulFlags

[out]/[in] Flags to determine appropriate actions for the uplaod.

  • UPF_NEW

    • [out] Folder is new.
  • UPF_MOD_PARENT

    • [out] Folder has been moved.
  • UPF_MOD_PROPS

    • [out] Folder properties have been modified.
  • UPF_DEL

    • [out] Folder was deleted.
  • UPF_OK

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

pfld

[out] The open folder object to upload.

feid

[out] Entry ID of the folder.

See also