QContactEmailAddress Class
The QContactEmailAddress class contains an email address of a contact. More...
Header: | #include <QContactEmailAddress> |
Inherits: | QContactDetail. |
Public Types
enum | EmailAddressField { FieldEmailAddress } |
Public Functions
QString | emailAddress() const |
void | setEmailAddress(const QString & emailAddress) |
- 22 public functions inherited from QContactDetail
Static Public Members
Detailed Description
The QContactEmailAddress class contains an email address of a contact.
Member Type Documentation
enum QContactEmailAddress::EmailAddressField
This enumeration defines the fields supported by QContactEmailAddress.
Constant | Value | Description |
---|---|---|
QContactEmailAddress::FieldEmailAddress | 0 | The value stored in this field is the email address value. |
See also emailAddress() and setEmailAddress().
Member Function Documentation
QString QContactEmailAddress::emailAddress() const
Returns the email address of the contact which is stored in this detail.
See also setEmailAddress().
[static]
QContactFilter QContactEmailAddress::match(const QString & emailAddress)
Returns a filter suitable for finding contacts with an email address containing the specified emailAddress.
void QContactEmailAddress::setEmailAddress(const QString & emailAddress)
Sets the email address of the contact which is stored in this detail to emailAddress.
See also emailAddress().
Member Variable Documentation
const DetailType QContactEmailAddress::Type
The enum constant for the type identifier of QContactEmailAddress details.