company logo

Email :: operator= - Assign file

The function allows assigning an email object to the object reference handle. The reference count for the internal email object will be increased.

The function is also called when using the assign operator in OSI scripts.

Return value:   - internal feature (not documented) ( odaba::utils::Email & )

Implementation details

odaba::utils::Email & Email  :: operator= ( odaba::utils::Email &cEmail )

The email object passed in cEmail will be assigned to the calling Email object handle.

  • cEmail - - internal feature (not documented)