akonadi
addressattribute.cpp
void setTo(const QStringList &to)
Sets the addresses of the "To: "receivers.
Definition: addressattribute.cpp:105
QStringList bcc() const
Returns the addresses of the "Bcc:" receivers.
Definition: addressattribute.cpp:120
QStringList to() const
Returns the addresses of the "To:" receivers.
Definition: addressattribute.cpp:100
void setFrom(const QString &from)
Sets the address of the sender.
Definition: addressattribute.cpp:95
Attribute storing the From, To, Cc, Bcc addresses of a message.
Definition: addressattribute.h:42
QStringList cc() const
Returns the addresses of the "Cc:" receivers.
Definition: addressattribute.cpp:110
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
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 type() const
Returns the type of the attribute.
Definition: addressattribute.cpp:62
virtual QByteArray serialized() const
Returns a QByteArray representation of the attribute which will be storaged.
Definition: addressattribute.cpp:68
void setVersion(int v)
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
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:02 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.