Email :: message - Email message
The property refers to the email massage as being constructed from different parts.
Return value:  Text string ( odaba::String & )
The text string contains text with any kind of character encoding.
Implementation overview
- Get email text
 Email :: message (  )
- Set and analyze email message
 Email :: message ( cMessage )
Implementation details
- 
Get email text
 odaba::String Email  :: message (  )
 The property returns the email text consisting of subject, message.and/or HTML message. to list
- 
Set and analyze email message
 odaba::String Email  :: message ( odaba::String &cMessage )
 The function sets the message as email message ans splits it up into separate parts as header data, body text and attachments. - cMessage - Message received or to be sent
 to list

