akonadi
addressattribute.cpp
Attribute storing the From, To, Cc, Bcc addresses of a message.
Definition addressattribute.h:43
QStringList to() const
Returns the addresses of the "To:" receivers.
Definition addressattribute.cpp:100
void setCc(const QStringList &cc)
Sets the addresses of the "Cc:" receivers.
Definition addressattribute.cpp:115
virtual AddressAttribute * clone() const
Creates a copy of this attribute.
Definition addressattribute.cpp:57
void setBcc(const QStringList &bcc)
Sets the addresses of the "Bcc:" receivers.
Definition addressattribute.cpp:125
virtual void deserialize(const QByteArray &data)
Sets the data of this attribute, using the same encoding as returned by toByteArray().
Definition addressattribute.cpp:80
void setTo(const QStringList &to)
Sets the addresses of the "To: "receivers.
Definition addressattribute.cpp:105
QStringList cc() const
Returns the addresses of the "Cc:" receivers.
Definition addressattribute.cpp:110
QStringList bcc() const
Returns the addresses of the "Bcc:" receivers.
Definition addressattribute.cpp:120
virtual QByteArray serialized() const
Returns a QByteArray representation of the attribute which will be storaged.
Definition addressattribute.cpp:68
AddressAttribute(const QString &from=QString(), const QStringList &to=QStringList(), const QStringList &cc=QStringList(), const QStringList &bcc=QStringList())
Creates a new AddressAttribute.
Definition addressattribute.cpp:42
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Wed Jan 24 2024 00:00:00 by doxygen 1.10.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.