'LibPst'
|
This contains the folder related mapi elements. More...
#include <src/libpst.h>
Data Fields | |
int32_t | item_count |
mapi element 0x3602 PR_CONTENT_COUNT More... | |
int32_t | unseen_item_count |
mapi element 0x3603 PR_CONTENT_UNREAD More... | |
int32_t | assoc_count |
mapi element 0x3617 PR_ASSOC_CONTENT_COUNT Associated content are items that are attached to this folder, but are hidden from users. More... | |
int | subfolder |
mapi element 0x360a PR_SUBFOLDERS More... | |
int32_t pst_item_folder::assoc_count |
mapi element 0x3617 PR_ASSOC_CONTENT_COUNT Associated content are items that are attached to this folder, but are hidden from users.
Definition at line 351 of file libpst.h.
Referenced by pst_process().
int32_t pst_item_folder::item_count |
mapi element 0x3602 PR_CONTENT_COUNT
Definition at line 345 of file libpst.h.
Referenced by create_enter_dir(), and pst_process().
int pst_item_folder::subfolder |
mapi element 0x360a PR_SUBFOLDERS
Definition at line 356 of file libpst.h.
Referenced by pst_process().
int32_t pst_item_folder::unseen_item_count |
mapi element 0x3603 PR_CONTENT_UNREAD
Definition at line 347 of file libpst.h.
Referenced by pst_process().