comparison src/libpst.h @ 63:cfd6175f9334

Start work on pst2dii to convert to Summation dii load file format.
author Carl Byington <carl@five-ten-sg.com>
date Sat, 23 Feb 2008 14:36:17 -0800
parents 7d5c637aaafb
children 3cb02cb1e6cd
comparison
equal deleted inserted replaced
62:ee4e0d00bc94 63:cfd6175f9334
238 int message_cc_me; // 1 = true, 0 = false 238 int message_cc_me; // 1 = true, 0 = false
239 int message_recip_me; // 1 = true, 0 = false 239 int message_recip_me; // 1 = true, 0 = false
240 int message_to_me; // 1 = true, 0 = false 240 int message_to_me; // 1 = true, 0 = false
241 char *messageid; 241 char *messageid;
242 int32_t orig_sensitivity; 242 int32_t orig_sensitivity;
243 char *original_bcc;
244 char *original_cc;
245 char *original_to;
243 char *outlook_recipient; 246 char *outlook_recipient;
247 char *outlook_recipient_name;
244 char *outlook_recipient2; 248 char *outlook_recipient2;
245 char *outlook_sender; 249 char *outlook_sender;
246 char *outlook_sender_name; 250 char *outlook_sender_name;
247 char *outlook_sender2; 251 char *outlook_sender2;
248 int32_t priority; 252 int32_t priority;
257 char *return_path_address; 261 char *return_path_address;
258 int32_t rtf_body_char_count; 262 int32_t rtf_body_char_count;
259 int32_t rtf_body_crc; 263 int32_t rtf_body_crc;
260 char *rtf_body_tag; 264 char *rtf_body_tag;
261 char *rtf_compressed; 265 char *rtf_compressed;
262 uint32_t rtf_compressed_size; 266 uint32_t rtf_compressed_size;
263 int rtf_in_sync; // 1 = true, 0 = doesn't exist, -1 = false 267 int rtf_in_sync; // 1 = true, 0 = doesn't exist, -1 = false
264 int32_t rtf_ws_prefix_count; 268 int32_t rtf_ws_prefix_count;
265 int32_t rtf_ws_trailing_count; 269 int32_t rtf_ws_trailing_count;
266 char *sender_access; 270 char *sender_access;
267 char *sender_address; 271 char *sender_address;