comparison src/libpst.h @ 308:97c53c6868ab

add -m option to readpst to create Outlook .msg files
author Carl Byington <carl@five-ten-sg.com>
date Sun, 13 Dec 2009 14:48:20 -0800
parents 1d50ff3c5091
children c4537664ff50
comparison
equal deleted inserted replaced
243:0199af9730b2 308:97c53c6868ab
305 int32_t ndr_diag_code; 305 int32_t ndr_diag_code;
306 /** mapi element 0x0c1b PR_SUPPLEMENTARY_INFO */ 306 /** mapi element 0x0c1b PR_SUPPLEMENTARY_INFO */
307 pst_string supplementary_info; 307 pst_string supplementary_info;
308 /** mapi element 0x0c20 PR_NDR_STATUS_CODE */ 308 /** mapi element 0x0c20 PR_NDR_STATUS_CODE */
309 int32_t ndr_status_code; 309 int32_t ndr_status_code;
310
311 // elements added for .msg processing
312 /** mapi element 0x0040 PR_RECEIVED_BY_NAME */
313 pst_string outlook_received_name1;
314 /** mapi element 0x0c1a PR_SENDER_NAME */
315 pst_string outlook_sender_name2;
316 /** mapi element 0x0e1d PR_NORMALIZED_SUBJECT */
317 pst_string outlook_normalized_subject;
318 /** mapi element 0x300b PR_SEARCH_KEY */
319 pst_string outlook_search_key;
310 } pst_item_email; 320 } pst_item_email;
311 321
312 322
313 /** This contains the folder related mapi elements 323 /** This contains the folder related mapi elements
314 */ 324 */