Akonadi Mime
addressattribute.h
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.
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:56:07 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.