Akonadi Mime
addressattribute.cpp
29AddressAttribute::AddressAttribute(const QString &from, const QStringList &to, const QStringList &cc, const QStringList &bcc, bool dsn)
125 return d->mDSN == other.deliveryStatusNotification() && d->mBcc == other.bcc() && d->mTo == other.to() && d->mCc == other.cc() && d->mFrom == other.from();
Attribute storing the From, To, Cc, Bcc addresses of a message.
Definition addressattribute.h:29
QStringList to() const
Returns the addresses of the "To:" receivers.
Definition addressattribute.cpp:88
void setCc(const QStringList &cc)
Sets the addresses of the "Cc:" receivers.
Definition addressattribute.cpp:103
AddressAttribute(const QString &from=QString(), const QStringList &to=QStringList(), const QStringList &cc=QStringList(), const QStringList &bcc=QStringList(), bool dsn=false)
Creates a new AddressAttribute.
Definition addressattribute.cpp:29
void setBcc(const QStringList &bcc)
Sets the addresses of the "Bcc:" receivers.
Definition addressattribute.cpp:113
void setTo(const QStringList &to)
Sets the addresses of the "To: "receivers.
Definition addressattribute.cpp:93
QStringList cc() const
Returns the addresses of the "Cc:" receivers.
Definition addressattribute.cpp:98
QStringList bcc() const
Returns the addresses of the "Bcc:" receivers.
Definition addressattribute.cpp:108
~AddressAttribute() override
Destroys the AddressAttribute.
static void registerAttribute()
Qt_4_5
WriteOnly
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 4 2024 16:32:40 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.