company logo

Email :: Email - Constructor

Return value:   - internal feature (not documented) ( ::Email * )

Implementation overview

Implementation details

  1. Create a copy from passed Email instance
    odaba::utils::Email * Email  :: Email ( odaba::utils::Email &cEmail )

    The function creates a a new email handle referring to the same email object as being passed in cEmail.

    • cEmail - - internal feature (not documented)
  2. to list
  3. Create an empty Email instance
    odaba::utils::Email * Email  :: Email (  )

    The created email handle refers to an empty email object.

  4. to list