Append text to the text of the message.
Public Sub WriteText(ByVal val As String)
public void WriteText(string val)
val The text to append.