comparison src/libpst.h @ 316:c4537664ff50

merge .msg generation code
author Carl Byington <carl@five-ten-sg.com>
date Mon, 24 Dec 2012 17:51:12 -0800
parents 201464dd356e 97c53c6868ab
children c507af52515a
comparison
equal deleted inserted replaced
307:db6db9a26a19 316:c4537664ff50
317 int32_t ndr_diag_code; 317 int32_t ndr_diag_code;
318 /** mapi element 0x0c1b PR_SUPPLEMENTARY_INFO */ 318 /** mapi element 0x0c1b PR_SUPPLEMENTARY_INFO */
319 pst_string supplementary_info; 319 pst_string supplementary_info;
320 /** mapi element 0x0c20 PR_NDR_STATUS_CODE */ 320 /** mapi element 0x0c20 PR_NDR_STATUS_CODE */
321 int32_t ndr_status_code; 321 int32_t ndr_status_code;
322
323 // elements added for .msg processing
324 /** mapi element 0x0040 PR_RECEIVED_BY_NAME */
325 pst_string outlook_received_name1;
326 /** mapi element 0x0c1a PR_SENDER_NAME */
327 pst_string outlook_sender_name2;
328 /** mapi element 0x0e1d PR_NORMALIZED_SUBJECT */
329 pst_string outlook_normalized_subject;
330 /** mapi element 0x300b PR_SEARCH_KEY */
331 pst_string outlook_search_key;
322 } pst_item_email; 332 } pst_item_email;
323 333
324 334
325 /** This contains the folder related mapi elements 335 /** This contains the folder related mapi elements
326 */ 336 */