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
- Get HTML message text
 Email :: htmlBody (  )
- Set HTML message
 Email :: htmlBody ( cMessage )
Implementation details
- 
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. to list
- 
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
 to list

