MailAddress

Description

The MailAddress object holds properties for representing a well-formed e-mail address made up of a name and an address.

› Inherits:Object

Properties

address

This property holds the address used as sender or recipient. If the property name is not empty it will be concatenated to :ref:`name <property_MailAddress_name>` <:ref:`address <property_MailAddress_address>`>.

› Type:String
› Signal:addressChanged()
› Attributes:Writable

name

This property holds the name of the address. This usually contains the full name or a nick name.

› Type:String
› Signal:nameChanged()
› Attributes:Writable, Optional

Example

See Mail example on how to use MailAddress.