Message Class
When the user sends or receives a message the MessageSent() or MessageReceive() event is raised giving you a Message object. Using the message class object you can manipulate and read the properties the message.
For example, to change the message font you would use:
Message.Font = "NewFont".
Also, to change the message you would use:
Message.Message = "I'm changing your message!"