Contains all the KTNEF library global classes, objects, and functions. More...
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 535 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.