company logo

Email :: body - Plain message text

The property refers to themessage text to be send or received.

Return value:   - Title unknown ( odaba::String & )

Implementation overview

Implementation details

  1. Get plain message text
    odaba::String Email  :: body (  )

    The function returns the plain message text for an email received or the plain message text to be sent set by the application.

  2. to list
  3. Set plain message text
    odaba::String Email  :: body ( odaba::String &cMessage )

    The function sets the plain message text to be sent.

    • cMessage - Message received or to be sent
  4. to list