Email :: body - Plain message text
The property refers to themessage text to be send or received.
Return value: - Title unknown ( odaba::String & )
Implementation overview
- Get plain message text
Email :: body (  ) - Set plain message text
Email :: body ( cMessage )
Implementation details
-
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.
to list
-
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
to list