OE dbx file format : 'message info' | C++ |
This object is only used in the message dbx files.
The message info object stores information about a
corresponding message object. The data structure of
the message info object is the
indexed info.
The pointers to the message info objects are stored in the
tree.
index | type | description |
---|---|---|
0x00 | int4 | index |
0x01 | int4 | flags ( see below ) |
0x02 | 8 bytes | (Win32 FILETIME) time message created/send |
0x03 | int4 | if set, number of the lines in the message body |
0x04 | int4 | pointer to the corresponding 'message' |
0x05 | string | original subject (without any "re:") |
0x06 | 8 bytes | (Win32 FILETIME) time message saved in this folder |
0x07 | string | message id |
0x08 | string | subject of the message |
0x09 | string | sender mail address and name |
0x0a | string | answered to message id |
0x0b | string | server / newsgroup / message number (list) |
0x0c | string | server |
0x0d | string | sender name |
0x0e | string | sender mail address |
0x0f | unused ??? | |
0x10 | int4 | priority of the eMail (1 high, 3 normal, 5 low) |
0x11 | int4 | length of the 'message' text (header and body) !!! this value can be wrong !!! |
0x12 | 8 bytes | (Win32 FILETIME) time message created/received |
0x13 | string | receiver name |
0x14 | string | receiver mail address |
0x15 | not used ??? | |
0x16 | int4 | when used always : length = 1 / value = 0x00 |
0x17 | not used ??? | |
0x18 | int4 | when used always : length = 1 / value = 0x00 |
0x19 | int4 | when used always : length = 1 / value = 0x00 |
0x1a | string | OE mail or news account name |
0x1b | string | Registry key for mail or news account (like "00000008") |
0x1c | data | message text structure. this data is constructed, when a message is read the first time. |
0x23 | string | This index is used for the Hotmail Http email accounts and stores a message id ("MSG982493141.24"). I don't know if other Http email accounts are using this index too. |
bit | usage |
---|---|
1 | body is downloaded |
2 | unused ??? |
3 | unused ??? |
4 | in work |
5 | ??? |
6 | message is marked |
7 | unused ??? |
8 | read |
9 | marked for download |
10 | unused ??? |
11 | unused ??? |
12 | news posting |
13 | digital signed |
14 | unused ??? |
15 | with attachment |
16 | unused ??? |
17 | ??? |
18 | ??? |
19 | unused ??? |
20 | message is answered |
21 | message is forwarded |
22 | unused ??? |
23 | thread is watched |
24 | thread is ignored |
25 | ??? |