company logo

Email :: receiver - Receiver's email address

The property provides the receiver's email address, which had been set by the function or extracted from an incoming email.

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

Implementation overview

Implementation details

  1. Get receiver's email
    odaba::String Email  :: receiver (  )

    The function returns the receiver's email address.

  2. to list
  3. Set receiver's email address
    odaba::String Email  :: receiver ( odaba::String &cAddress )

    The function sets the receiver's email address. When no receiver name had been defined, the function extracts the receiver name from the email address (leading part before the @ character). The receiver name may be updated later by calling receiverName().

    • cAddress - - Title unknown
  4. to list