#include <src/libpst.h>
Collaboration diagram for pst_item_attach:
Data Fields | |
pst_string | filename1 |
mapi element 0x3704 PR_ATTACH_FILENAME | |
pst_string | filename2 |
mapi element 0x3707 PR_ATTACH_LONG_FILENAME | |
pst_string | mimetype |
mapi element 0x370e PR_ATTACH_MIME_TAG | |
pst_binary | data |
mapi element 0x3701 PR_ATTACH_DATA_OBJ | |
uint64_t | id2_val |
only used if the attachment is by reference, in which case this is the id2 reference | |
uint64_t | i_id |
calculated from id2_val during creation of record | |
pst_id2_tree * | id2_head |
id2 tree needed to resolve attachments by reference | |
int32_t | method |
mapi element 0x3705 PR_ATTACH_METHOD
| |
int32_t | position |
mapi element 0x370b PR_RENDERING_POSITION | |
int32_t | sequence |
mapi element 0x3710 PR_ATTACH_MIME_SEQUENCE | |
pst_item_attach * | next |
Definition at line 592 of file libpst.h.
|
mapi element 0x3701 PR_ATTACH_DATA_OBJ
Definition at line 600 of file libpst.h. Referenced by pst_attach_to_file(), pst_attach_to_file_base64(), pst_attach_to_mem(), pst_free_attach(), and write_normal_email(). |
|
mapi element 0x3704 PR_ATTACH_FILENAME
Definition at line 594 of file libpst.h. Referenced by pst_free_attach(), write_normal_email(), and write_separate_attachment(). |
|
mapi element 0x3707 PR_ATTACH_LONG_FILENAME
Definition at line 596 of file libpst.h. Referenced by pst_free_attach(), write_normal_email(), and write_separate_attachment(). |
|
calculated from id2_val during creation of record
Definition at line 604 of file libpst.h. Referenced by pst_attach_to_file(), pst_attach_to_file_base64(), pst_attach_to_mem(), pst_parse_item(), and write_normal_email(). |
|
id2 tree needed to resolve attachments by reference
Definition at line 606 of file libpst.h. Referenced by pst_free_attach(), and pst_parse_item(). |
|
only used if the attachment is by reference, in which case this is the id2 reference
Definition at line 602 of file libpst.h. Referenced by pst_parse_item(). |
|
mapi element 0x3705 PR_ATTACH_METHOD
|
|
mapi element 0x370e PR_ATTACH_MIME_TAG
Definition at line 598 of file libpst.h. Referenced by pst_free_attach(), and write_normal_email(). |
|
Definition at line 620 of file libpst.h. Referenced by pst_free_attach(), pst_parse_item(), and write_normal_email(). |
|
mapi element 0x370b PR_RENDERING_POSITION
|
|
mapi element 0x3710 PR_ATTACH_MIME_SEQUENCE
|