In my inbox view, where I am able to list each individual message, I want to display the first 10 characters of a message if the message is larger than 10 characters or display the entire message. The user can then click on the message to view the entire message.
message.body
is where the contents of the message are stored in the database.