diff 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
line wrap: on
line diff
--- a/src/libpst.h	Fri Sep 11 13:16:09 2015 -0700
+++ b/src/libpst.h	Thu Dec 17 12:03:44 2015 +0100
@@ -606,6 +606,8 @@
     pst_string      filename2;
     /** mapi element 0x370e PR_ATTACH_MIME_TAG */
     pst_string      mimetype;
+    /** mapi element 0x3712 PR_ATTACH_CONTENT_ID  */
+    pst_string      content_id;
     /** mapi element 0x3701 PR_ATTACH_DATA_OBJ */
     pst_binary      data;
     /** only used if the attachment is by reference, in which case this is the id2 reference */