company logo

Email :: htmlBody - HTML message

In order to send formatted text, messages may be sent (in addition) as HTML formatted text. The property held the HTML version of the message. The body XML/HTML text should contain the content of the <body> element or a complete body element, since other frame elements are added by the message composer.

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

Implementation overview

Implementation details

  1. Get HTML message text
    odaba::String Email  :: htmlBody (  )

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

  2. to list
  3. Set HTML message
    odaba::String Email  :: htmlBody ( odaba::String &cMessage )

    The function sets the HTML message text to be sent.

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