KTNEF Library
ktnefmessage.cpp
Go to the documentation of this file.
QByteArray toByteArray() const
QVariant property(int key) const
Returns the property associcated with the specified key.
Definition: ktnefpropertyset.cpp:135
QString rtfString() const
Returns the Rich Text Format (RTF) data contained in the message.
Definition: ktnefmessage.cpp:104
This file is part of the API for handling TNEF data and defines the KTNEFMessage class.
This file is part of the API for handling TNEF data and provides the LZFU decompression functionality...
bool isNull() const
KTNEFAttach * attachment(const QString &filename) const
Find the attachment associated to the specified file name.
Definition: ktnefmessage.cpp:83
const QList< KTNEFAttach * > & attachmentList() const
Return a QList containing all the message's attachments.
Definition: ktnefmessage.cpp:78
void addAttachment(KTNEFAttach *attach)
Append an attachment to the message.
Definition: ktnefmessage.cpp:94
int lzfu_decompress(QIODevice *input, QIODevice *output)
LZFU decompress data in compressed Rich Text Format (RTF).
Definition: lzfu.cpp:76
Type type() const
This file is part of the API for handling TNEF data and defines the KTNEFAttach class.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:38:43 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:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.