comparison src/libpst.h @ 352:09dd5299d91c

Added Content-ID header support
author Igor Stroh <igor.stroh@rulim.de>
date Thu, 17 Dec 2015 12:03:44 +0100
parents c507af52515a
children 26c48ea9d896
comparison
equal deleted inserted replaced
351:602869b958a3 352:09dd5299d91c
604 pst_string filename1; 604 pst_string filename1;
605 /** mapi element 0x3707 PR_ATTACH_LONG_FILENAME */ 605 /** mapi element 0x3707 PR_ATTACH_LONG_FILENAME */
606 pst_string filename2; 606 pst_string filename2;
607 /** mapi element 0x370e PR_ATTACH_MIME_TAG */ 607 /** mapi element 0x370e PR_ATTACH_MIME_TAG */
608 pst_string mimetype; 608 pst_string mimetype;
609 /** mapi element 0x3712 PR_ATTACH_CONTENT_ID */
610 pst_string content_id;
609 /** mapi element 0x3701 PR_ATTACH_DATA_OBJ */ 611 /** mapi element 0x3701 PR_ATTACH_DATA_OBJ */
610 pst_binary data; 612 pst_binary data;
611 /** only used if the attachment is by reference, in which case this is the id2 reference */ 613 /** only used if the attachment is by reference, in which case this is the id2 reference */
612 uint64_t id2_val; 614 uint64_t id2_val;
613 /** calculated from id2_val during creation of record */ 615 /** calculated from id2_val during creation of record */