Mercurial > libpst
comparison contrib/FILE-FORMAT @ 391:f2742d1160a4
Fix usage of indefinite articles
Suggested-by: anorack
author | Paul Wise <pabs3@bonedaddy.net> |
---|---|
date | Sat, 21 Dec 2019 21:25:45 +0800 |
parents | 5c0ce43c7532 |
children |
comparison
equal
deleted
inserted
replaced
390:5c0ce43c7532 | 391:f2742d1160a4 |
---|---|
92 Reference Types: - I don't know if I have interpreted this field correctly. It might have a completely different purpose | 92 Reference Types: - I don't know if I have interpreted this field correctly. It might have a completely different purpose |
93 =============== | 93 =============== |
94 0x0002 - | 94 0x0002 - |
95 0x0003 - Value following is a value in it's own right | 95 0x0003 - Value following is a value in it's own right |
96 0x000B - | 96 0x000B - |
97 0x001E - (STRING) Value following is a Index Position (must be shifted left 4 times) | 97 0x001E - (STRING) Value following is an Index Position (must be shifted left 4 times) |
98 0x0040 - (DATE) " " " " " | 98 0x0040 - (DATE) " " " " " |
99 0x0048 - | 99 0x0048 - |
100 0x0102 - (STRUCTURE) " " " " " | 100 0x0102 - (STRUCTURE) " " " " " |
101 0x1003 - | 101 0x1003 - |
102 0x101E - (ARRAY OF STRING) | 102 0x101E - (ARRAY OF STRING) |
103 0x1102 - | 103 0x1102 - |
104 | 104 |
105 Value: | 105 Value: |
106 ====== | 106 ====== |
107 When the value is of type Index Position, you can left shift the value 4 times to get an offset into the Block Index. Some descriptor types can have Id2 values. This is recognised by using a bitwise AND with the number. ie val & 0x0000000F. if the result is 0xF, it is likely to be a Id2 reference. | 107 When the value is of type Index Position, you can left shift the value 4 times to get an offset into the Block Index. Some descriptor types can have Id2 values. This is recognised by using a bitwise AND with the number. ie val & 0x0000000F. if the result is 0xF, it is likely to be an Id2 reference. |
108 | 108 |
109 | 109 |
110 Descriptor Types: - Types that are in "Descriptor Fields" | 110 Descriptor Types: - Types that are in "Descriptor Fields" |
111 ================= | 111 ================= |
112 | 112 |
113 All Values are Hex | 113 All Values are Hex |
114 | 114 |
115 Note: it appears that some types can have a IPOS value or a ID2 value depending on the size of the field in question. It is safer to check every field than for me to say what the "usually" contain. Absolute values though, are generally going to be constant. | 115 Note: it appears that some types can have an IPOS value or an ID2 value depending on the size of the field in question. It is safer to check every field than for me to say what the "usually" contain. Absolute values though, are generally going to be constant. |
116 | 116 |
117 Type Ref Type Value Desc | 117 Type Ref Type Value Desc |
118 ---- -------- ----- ---- | 118 ---- -------- ----- ---- |
119 001A [REF] IPM Context. What type of message is this | 119 001A [REF] IPM Context. What type of message is this |
120 0037 001E [REF] Email Subject. The referenced item is of type "Subject Type" | 120 0037 001E [REF] Email Subject. The referenced item is of type "Subject Type" |
148 0E04 [REF] SentTo Address | 148 0E04 [REF] SentTo Address |
149 0E06 [REF] Date. | 149 0E06 [REF] Date. |
150 0E07 [REF] Flag - contains IsSeen value | 150 0E07 [REF] Flag - contains IsSeen value |
151 0FF9 [REF] binary record header | 151 0FF9 [REF] binary record header |
152 1000 001E [REF] Plain Text Email Body. Does not exist if the email doesn't have a plain text version | 152 1000 001E [REF] Plain Text Email Body. Does not exist if the email doesn't have a plain text version |
153 1013 001E [REF] HTML Email Body. Does not exist if the email doesn't have a HTML version | 153 1013 001E [REF] HTML Email Body. Does not exist if the email doesn't have an HTML version |
154 1035 [REF] Message ID | 154 1035 [REF] Message ID |
155 1042 [REF] In-Reply-To or Parent's Message ID | 155 1042 [REF] In-Reply-To or Parent's Message ID |
156 1046 [REF] Return Path | 156 1046 [REF] Return Path |
157 3001 [REF] Folder Name? I have seen this value used for the contacts record as well | 157 3001 [REF] Folder Name? I have seen this value used for the contacts record as well |
158 3007 [REF] Date. | 158 3007 [REF] Date. |