Ultima Online Protocol :: Bulletin Board :: Message Summary
Packet # Packet Name Length Client Server Obsolete
0x71 Bulletin Board dynamic X
Data Type Description
byte 0x71 The packet number.
ushort Size The size of the packet.
byte Command The command being sent.

  • 0x01 - Message Summary
uint Serial The board's item serial.
uint Message The message serial.
uint Parent The parent message's serial (0x00000000 means no parent).
byte Poster_Len The length of the poster's name.

Be sure to include an extra byte for the null terminator.
char[] Poster The name of poster. This is null terminated (0x00).
byte Title_Len The length of the message title.

Be sure to include an extra byte for the null terminator.
char[] Title The title of the message. This is null terminated (0x00).
byte Date_Len The length of the date on which the message was posted.

Be sure to include an extra byte for the null terminator.
char[] Date The date on which the message was posted. This is null terminated (0x00).

Packet Description:
This is sent by the server in response to the Request Message Summary packet.