company logo

Email :: Email - Constructor

Implementation overview

Implementation details

  1. Create a copy from passed Email instance
    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
  2. to list
  3. Create an empty Email instance
    Email  :: Email (  )

    The created email handle refers to an empty email object.

  4. to list