Email :: subject - Email subject
The property contains the email's subject text.
Return value:   - Title unknown ( odaba::String & )
Implementation overview
- Get subject text
 Email :: subject (  )
- Set email subject text
 Email :: subject ( cSubject )
Implementation details
- 
Get subject text
 odaba::String Email  :: subject (  )
 The function returns the subject text set by the application or extracted from a received email. to list
- 
Set email subject text
 odaba::String Email  :: subject ( odaba::String &cSubject )
 The function sets the subject text for an email to be sent. - cSubject - - internal feature (not documented)
 to list

