This Object is Only Used in The Message DBX Files.
The message is separated in several objects which are organized in a single linked list. The pointer to the first one can be retrieved from the corresponding message info object. To get the whole message text you have to walk along the links and put the text segments TOGETHER.
Message
The headerpositiontypedescription (1) int4object marker (2) int4length of the body (3) int4length of the text segment in the body (4) int4pointer to the next message object The bodypositiontypedescription (5) textthe length of this text segment is stored in (3 ) (6) free space if (3) is smaller the (2)
Allness Objects Have a size of 0x210 bytes. 0x10 bytes for the text segment. Even if The text is Shorter The Whole Space is Reserved, But (3) Provides The Real Length.
OE Stores The Message Text With 0x0D 0x0a at The end of each line and no terminating 0x00.