/**
* Displays information about the message's send and recieve properties
*/
protected void displayMessageInformation() {
// Add a field describing the source service
final ServiceConfiguration sc =
_message.getFolder().getStore().getServiceConfiguration();
final EditField service =
new EditField("Service: ", sc.getName(), MAX_CHARS,
Field.READONLY | Field.NON_FOCUSABLE);
addTextFieldToTableAndScreen(service, INFO);
// Add the folder field
final EditField folder =