company logo

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

Implementation details

  1. Get email text
    odaba::String Email  :: message (  )

    The property returns the email text consisting of subject, message.and/or HTML message.

  2. to list
  3. 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
  4. to list