EmailMessage.textBody

Gets and sets the current text body.

  1. string textBody()
    class EmailMessage
    string
    textBody
    ()
  2. void textBody(string text)

Meta

History

Prior to May 13, 2024, this was a simple public string member, but still had a setTextBody method too. It now is a public property that works through that method.