comparison src/libpst.h @ 292:e0e5844d91b3

patch from Leo Antunes for Status: header
author Carl Byington <carl@five-ten-sg.com>
date Sun, 19 Jun 2011 09:08:29 -0700
parents eafaf362779e
children 8b3a827b71f4
comparison
equal deleted inserted replaced
291:bc23fba0da8e 292:e0e5844d91b3
77 #define PST_ATTACH_BY_REF 2 77 #define PST_ATTACH_BY_REF 2
78 #define PST_ATTACH_BY_REF_RESOLV 3 78 #define PST_ATTACH_BY_REF_RESOLV 3
79 #define PST_ATTACH_BY_REF_ONLY 4 79 #define PST_ATTACH_BY_REF_ONLY 4
80 #define PST_ATTACH_EMBEDDED 5 80 #define PST_ATTACH_EMBEDDED 5
81 #define PST_ATTACH_OLE 6 81 #define PST_ATTACH_OLE 6
82
83 // define flags
84 #define PST_FLAG_READ 0x01
85 #define PST_FLAG_UNMODIFIED 0x02
86 #define PST_FLAG_SUBMIT 0x04
87 #define PST_FLAG_UNSENT 0x08
88 #define PST_FLAG_HAS_ATTACHMENT 0x10
89 #define PST_FLAG_FROM_ME 0x20
90 #define PST_FLAG_ASSOCIATED 0x40
91 #define PST_FLAG_RESEND 0x80
92 #define PST_FLAG_RN_PENDING 0x100
93 #define PST_FLAG_NRN_PENDING 0x200
82 94
83 95
84 typedef struct pst_entryid { 96 typedef struct pst_entryid {
85 int32_t u1; 97 int32_t u1;
86 char entryid[16]; 98 char entryid[16];