akonadi
addressattribute.cpp
void setTo(const QStringList &to)
Sets the addresses of the "To: "receivers.
Definition: addressattribute.cpp:105
virtual AddressAttribute * clone() const
Creates a copy of this attribute.
Definition: addressattribute.cpp:57
Attribute storing the From, To, Cc, Bcc addresses of a message.
Definition: addressattribute.h:42
QStringList to() const
Returns the addresses of the "To:" receivers.
Definition: addressattribute.cpp:100
void setBcc(const QStringList &bcc)
Sets the addresses of the "Bcc:" receivers.
Definition: addressattribute.cpp:125
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
virtual QByteArray serialized() const
Returns a QByteArray representation of the attribute which will be storaged.
Definition: addressattribute.cpp:68
QStringList cc() const
Returns the addresses of the "Cc:" receivers.
Definition: addressattribute.cpp:110
virtual QByteArray type() const
Returns the type of the attribute.
Definition: addressattribute.cpp:62
void setCc(const QStringList &cc)
Sets the addresses of the "Cc:" receivers.
Definition: addressattribute.cpp:115
virtual void deserialize(const QByteArray &data)
Sets the data of this attribute, using the same encoding as returned by toByteArray().
Definition: addressattribute.cpp:80
QStringList bcc() const
Returns the addresses of the "Bcc:" receivers.
Definition: addressattribute.cpp:120
This file is part of the KDE documentation.
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Apr 5 2019 15:20:40 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2019 The KDE developers.
Generated on Fri Apr 5 2019 15:20:40 by doxygen 1.8.15 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.