company logo

Email :: receiverName - Set receiver's display name

The property provides the receiver's display name (usually the part in front of the @ character in the email address).

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

Implementation overview

Implementation details

  1. Get receiver's display name
    odaba::String Email  :: receiverName (  )

    The function returns the receiver name set by the function or calculated from the receiver's address set by calling receiver().

  2. to list
  3. Change receiver's display name
    odaba::String Email  :: receiverName ( odaba::String &cName )
    • cName - - Title unknown
  4. to list