company logo

Email :: subject - Email subject

The property contains the email's subject text.

Return value:   - Title unknown ( odaba::String & )

Implementation overview

Implementation details

  1. Get subject text
    odaba::String Email  :: subject (  )

    The function returns the subject text set by the application or extracted from a received email.

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