#include <src/libpst.h>
Collaboration diagram for pst_item:
Data Fields | |
pst_item_email * | |
email mapi elements | |
pst_item_folder * | folder |
folder mapi elements | |
pst_item_contact * | contact |
contact mapi elements | |
pst_item_attach * | attach |
linked list of attachments | |
pst_item_message_store * | message_store |
message store mapi elements | |
pst_item_extra_field * | extra_fields |
linked list of extra headers and such | |
pst_item_journal * | journal |
journal mapi elements | |
pst_item_appointment * | appointment |
calendar mapi elements | |
int | type |
derived from mapi elements 0x001a PR_MESSAGE_CLASS or 0x3613 PR_CONTAINER_CLASS
| |
char * | ascii_type |
mapi element 0x001a PR_MESSAGE_CLASS or 0x3613 PR_CONTAINER_CLASS | |
int32_t | flags |
mapi element 0x0e07 PR_MESSAGE_FLAGS
| |
pst_string | file_as |
mapi element 0x3001 PR_DISPLAY_NAME | |
pst_string | comment |
mapi element 0x3004 PR_COMMENT | |
pst_string | body_charset |
derived from extra_fields["content-type"] if it contains a charset= subfield | |
pst_string | body |
mapi element 0x1000 PR_BODY | |
pst_string | subject |
mapi element 0x0037 PR_SUBJECT | |
int32_t | internet_cpid |
mapi element 0x3fde PR_INTERNET_CPID | |
int32_t | message_codepage |
mapi element 0x3ffd PR_MESSAGE_CODEPAGE | |
int32_t | message_size |
mapi element 0x0e08 PR_MESSAGE_SIZE | |
pst_string | outlook_version |
mapi element 0x8554 PR_OUTLOOK_VERSION | |
pst_binary | record_key |
mapi element 0x0ff9 PR_RECORD_KEY | |
pst_binary | predecessor_change |
mapi element 0x65e3 PR_PREDECESSOR_CHANGE_LIST | |
int | response_requested |
mapi element 0x0063 PR_RESPONSE_REQUESTED
| |
FILETIME * | create_date |
mapi element 0x3007 PR_CREATION_TIME | |
FILETIME * | modify_date |
mapi element 0x3008 PR_LAST_MODIFICATION_TIME | |
int | private_member |
mapi element 0x002b PR_RECIPIENT_REASSIGNMENT_PROHIBITED
|
It represents a complete mapi object.
Definition at line 750 of file libpst.h.
|
calendar mapi elements
Definition at line 766 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x001a PR_MESSAGE_CLASS or 0x3613 PR_CONTAINER_CLASS
Definition at line 779 of file libpst.h. Referenced by pst_freeItem(). |
|
linked list of attachments
Definition at line 758 of file libpst.h. Referenced by pst_freeItem(), pst_parse_item(), and write_normal_email(). |
|
mapi element 0x1000 PR_BODY
Definition at line 799 of file libpst.h. Referenced by pst_freeItem(), and write_normal_email(). |
|
derived from extra_fields["content-type"] if it contains a charset= subfield
Definition at line 797 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x3004 PR_COMMENT
Definition at line 795 of file libpst.h. Referenced by pst_freeItem(). |
|
contact mapi elements
Definition at line 756 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x3007 PR_CREATION_TIME
Definition at line 819 of file libpst.h. Referenced by pst_freeItem(). |
|
email mapi elements
Definition at line 752 of file libpst.h. Referenced by if(), pst_freeItem(), and write_normal_email(). |
|
linked list of extra headers and such
Definition at line 762 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x3001 PR_DISPLAY_NAME
Definition at line 793 of file libpst.h. Referenced by create_enter_dir(), main(), and pst_freeItem(). |
|
mapi element 0x0e07 PR_MESSAGE_FLAGS
Definition at line 791 of file libpst.h. Referenced by write_normal_email(). |
|
folder mapi elements
Definition at line 754 of file libpst.h. Referenced by create_enter_dir(), and pst_freeItem(). |
|
mapi element 0x3fde PR_INTERNET_CPID
|
|
journal mapi elements
Definition at line 764 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x3ffd PR_MESSAGE_CODEPAGE
|
|
mapi element 0x0e08 PR_MESSAGE_SIZE
|
|
message store mapi elements
Definition at line 760 of file libpst.h. Referenced by main(), pst_freeItem(), and pst_getTopOfFolders(). |
|
mapi element 0x3008 PR_LAST_MODIFICATION_TIME
Definition at line 821 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x8554 PR_OUTLOOK_VERSION
Definition at line 809 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x65e3 PR_PREDECESSOR_CHANGE_LIST
Definition at line 813 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x002b PR_RECIPIENT_REASSIGNMENT_PROHIBITED
|
|
mapi element 0x0ff9 PR_RECORD_KEY
Definition at line 811 of file libpst.h. Referenced by pst_freeItem(). |
|
mapi element 0x0063 PR_RESPONSE_REQUESTED
|
|
mapi element 0x0037 PR_SUBJECT
Definition at line 801 of file libpst.h. Referenced by pst_freeItem(), and write_normal_email(). |
|
derived from mapi elements 0x001a PR_MESSAGE_CLASS or 0x3613 PR_CONTAINER_CLASS
Definition at line 777 of file libpst.h. Referenced by create_enter_dir(), and process(). |