Email :: Email - Constructor
Implementation overview
- Create a copy from passed Email instance
Email :: Email ( cEmail ) - Create an empty Email instance
Email :: Email (  )
Implementation details
-
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
to list
-
Create an empty Email instance
Email  :: Email (  )
The created email handle refers to an empty email object.
to list

