UPFLD
Applies to: Office 2010 | Outlook 2010 | Visual Studio
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.