KTNEF Library
Classes | |
class | KTNEFAttach |
Represents a TNEF attachment. More... | |
class | KTNEFMessage |
Represents a TNEF message. More... | |
class | KTNEFParser |
Provides an TNEF parser. More... | |
class | KTNEFProperty |
Interface for setting MAPI properties. More... | |
class | KTNEFPropertySet |
Interface for setting MAPI properties and TNEF attributes. More... | |
class | KTNEFWriter |
Manages the writing of TNEF attachments. More... |
Functions | |
KTNEF_EXPORT_DEPRECATED QString | formatTNEFInvitation (const QByteArray &tnef, KCal::Calendar *cal, KCal::InvitationFormatterHelper *h) |
QString | formatTNEFInvitation (const QByteArray &tnef, const KCalCore::MemoryCalendar::Ptr &cal, KCalUtils::InvitationFormatterHelper *h) |
QString | msTNEFToVPart (const QByteArray &tnef) |
Detailed Description
Contains all the KTNEF library global classes, objects, and functions.
Function Documentation
QString KTnef::formatTNEFInvitation | ( | const QByteArray & | tnef, |
KCal::Calendar * | cal, | ||
KCal::InvitationFormatterHelper * | h | ||
) |
Formats a TNEF attachment to an HTML mail.
- Parameters
-
tnef is the QByteArray contain the TNEF data. cal is a pointer to a Calendar object. h is a pointer to a InvitationFormatterHelp object.
Definition at line 537 of file formatter.cpp.
QString KTnef::formatTNEFInvitation | ( | const QByteArray & | tnef, |
const KCalCore::MemoryCalendar::Ptr & | cal, | ||
KCalUtils::InvitationFormatterHelper * | h | ||
) |
Formats a TNEF attachment to an HTML mail.
- Parameters
-
tnef is the QByteArray contain the TNEF data. cal is a pointer to a Calendar object. h is a pointer to a InvitationFormatterHelp object.
QString KTnef::msTNEFToVPart | ( | const QByteArray & | tnef | ) |
Transforms a TNEF attachment to an iCal or vCard.
- Parameters
-
tnef is the QByteArray containing the TNEF data.
- Returns
- a string containing the transformed attachment.
FIXME Need to get this attribute written
Definition at line 196 of file formatter.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Nov 26 2012 16:49:58 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Mon Nov 26 2012 16:49:58 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.